|
| def | __init__ (self, args, kwargs) |
| |
| def | alterTableToMatch (self, table, cursor) |
| |
| def | cursor (self) |
| |
| def | decode (self, str) |
| |
| def | encode (self, str) |
| |
| def | escape (self, s) |
| |
| 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) |
| |
Definition at line 42 of file odb_sqlite3.py.
| def pyclearsilver.odb_sqlite3.Connection.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
| def pyclearsilver.odb_sqlite3.Connection._tableCreateStatement |
( |
|
self, |
|
|
|
table_name, |
|
|
|
cursor |
|
) |
| |
|
private |
| def pyclearsilver.odb_sqlite3.Connection.alterTableToMatch |
( |
|
self, |
|
|
|
table, |
|
|
|
cursor |
|
) |
| |
| def pyclearsilver.odb_sqlite3.Connection.cursor |
( |
|
self | ) |
|
| def pyclearsilver.odb_sqlite3.Connection.decode |
( |
|
self, |
|
|
|
str |
|
) |
| |
| def pyclearsilver.odb_sqlite3.Connection.encode |
( |
|
self, |
|
|
|
str |
|
) |
| |
| def pyclearsilver.odb_sqlite3.Connection.escape |
( |
|
self, |
|
|
|
s |
|
) |
| |
| def pyclearsilver.odb_sqlite3.Connection.getConnType |
( |
|
self | ) |
|
| def pyclearsilver.odb_sqlite3.Connection.listFieldsDict |
( |
|
self, |
|
|
|
table_name, |
|
|
|
cursor |
|
) |
| |
| def pyclearsilver.odb_sqlite3.Connection.listIndices |
( |
|
self, |
|
|
|
tableName, |
|
|
|
cursor |
|
) |
| |
| def pyclearsilver.odb_sqlite3.Connection.listTables |
( |
|
self, |
|
|
|
cursor |
|
) |
| |
| def pyclearsilver.odb_sqlite3.Connection.listTriggers |
( |
|
self, |
|
|
|
cursor |
|
) |
| |
| def pyclearsilver.odb_sqlite3.Connection.supportsTriggers |
( |
|
self | ) |
|
| pyclearsilver.odb_sqlite3.Connection._conn |
|
private |
| pyclearsilver.odb_sqlite3.Connection.SQLError |
The documentation for this class was generated from the following file: