|
def | __init__ (self, args, kwargs) |
|
def | alterTableToMatch (self, table, cursor) |
|
def | auto_increment (self, coltype) |
|
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 20 of file odb_postgres.py.
def pyclearsilver.odb_postgres.Connection.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
def pyclearsilver.odb_postgres.Connection.alterTableToMatch |
( |
|
self, |
|
|
|
table, |
|
|
|
cursor |
|
) |
| |
def pyclearsilver.odb_postgres.Connection.auto_increment |
( |
|
self, |
|
|
|
coltype |
|
) |
| |
def pyclearsilver.odb_postgres.Connection.cursor |
( |
|
self | ) |
|
def pyclearsilver.odb_postgres.Connection.escape |
( |
|
self, |
|
|
|
str |
|
) |
| |
def pyclearsilver.odb_postgres.Connection.getConnType |
( |
|
self | ) |
|
def pyclearsilver.odb_postgres.Connection.listFieldsDict |
( |
|
self, |
|
|
|
table_name, |
|
|
|
cursor |
|
) |
| |
def pyclearsilver.odb_postgres.Connection.listIndices |
( |
|
self, |
|
|
|
tableName, |
|
|
|
cursor |
|
) |
| |
def pyclearsilver.odb_postgres.Connection.listTables |
( |
|
self, |
|
|
|
cursor |
|
) |
| |
def pyclearsilver.odb_postgres.Connection.supportsTriggers |
( |
|
self | ) |
|
pyclearsilver.odb_postgres.Connection._conn |
|
private |
pyclearsilver.odb_postgres.Connection.SQLError |
The documentation for this class was generated from the following file: