|
| def | __init__ (self, host, user, passwd, db) |
| |
| def | alterTableToMatch (self, table, cursor) |
| |
| def | createTable (self, sql, 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 | 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 18 of file odb_mysql.py.
| def pyclearsilver.odb_mysql.Connection.__init__ |
( |
|
self, |
|
|
|
host, |
|
|
|
user, |
|
|
|
passwd, |
|
|
|
db |
|
) |
| |
| def pyclearsilver.odb_mysql.Connection.alterTableToMatch |
( |
|
self, |
|
|
|
table, |
|
|
|
cursor |
|
) |
| |
| def pyclearsilver.odb_mysql.Connection.createTable |
( |
|
self, |
|
|
|
sql, |
|
|
|
cursor |
|
) |
| |
| def pyclearsilver.odb_mysql.Connection.cursor |
( |
|
self | ) |
|
| def pyclearsilver.odb_mysql.Connection.escape |
( |
|
self, |
|
|
|
str |
|
) |
| |
| def pyclearsilver.odb_mysql.Connection.getConnType |
( |
|
self | ) |
|
| def pyclearsilver.odb_mysql.Connection.listFieldsDict |
( |
|
self, |
|
|
|
table_name, |
|
|
|
cursor |
|
) |
| |
| def pyclearsilver.odb_mysql.Connection.listIndices |
( |
|
self, |
|
|
|
tableName, |
|
|
|
cursor |
|
) |
| |
| def pyclearsilver.odb_mysql.Connection.listTables |
( |
|
self, |
|
|
|
cursor |
|
) |
| |
| def pyclearsilver.odb_mysql.Connection.supportsTriggers |
( |
|
self | ) |
|
| pyclearsilver.odb_mysql.Connection._conn |
|
private |
| pyclearsilver.odb_mysql.Connection.SQLError |
The documentation for this class was generated from the following file: