if sql[:6] != "select": warn(repr(sql))
More...
|
def | __init__ (self, args, kwargs) |
|
def | alterTableToMatch (self, table, cursor) |
|
def | cursor (self) |
|
def | escape (self, str) |
|
def | getConnType (self) |
|
def | listFieldsDict (self, table_name, cursor) |
|
def | listIndices (self, tableName, cursor) |
|
def | listTables (self, cursor) |
|
def | listTriggers (self, cursor) |
|
def | supportsTriggers (self) |
|
def | __init__ (self) |
|
def | auto_increment (self, coltype) |
|
def | begin (self) |
|
def | close (self) |
|
def | commit (self) |
|
def | createTable (self, sql, cursor) |
|
def | cursor (self) |
|
def | listTriggers (self) |
|
def | rollback (self) |
|
def | supportsTriggers (self) |
|
if sql[:6] != "select": warn(repr(sql))
Definition at line 25 of file odb_sqlite.py.
def pyclearsilver.odb_sqlite.Connection.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
def pyclearsilver.odb_sqlite.Connection._tableCreateStatement |
( |
|
self, |
|
|
|
table_name, |
|
|
|
cursor |
|
) |
| |
|
private |
def pyclearsilver.odb_sqlite.Connection.alterTableToMatch |
( |
|
self, |
|
|
|
table, |
|
|
|
cursor |
|
) |
| |
def pyclearsilver.odb_sqlite.Connection.cursor |
( |
|
self | ) |
|
def pyclearsilver.odb_sqlite.Connection.escape |
( |
|
self, |
|
|
|
str |
|
) |
| |
def pyclearsilver.odb_sqlite.Connection.getConnType |
( |
|
self | ) |
|
def pyclearsilver.odb_sqlite.Connection.listFieldsDict |
( |
|
self, |
|
|
|
table_name, |
|
|
|
cursor |
|
) |
| |
def pyclearsilver.odb_sqlite.Connection.listIndices |
( |
|
self, |
|
|
|
tableName, |
|
|
|
cursor |
|
) |
| |
def pyclearsilver.odb_sqlite.Connection.listTables |
( |
|
self, |
|
|
|
cursor |
|
) |
| |
def pyclearsilver.odb_sqlite.Connection.listTriggers |
( |
|
self, |
|
|
|
cursor |
|
) |
| |
def pyclearsilver.odb_sqlite.Connection.supportsTriggers |
( |
|
self | ) |
|
pyclearsilver.odb_sqlite.Connection._conn |
|
private |
pyclearsilver.odb_sqlite.Connection.SQLError |
The documentation for this class was generated from the following file: