Public Member Functions | Public Attributes | Private Attributes | List of all members
pyclearsilver.odb_postgres.Connection Class Reference
Inheritance diagram for pyclearsilver.odb_postgres.Connection:
Inheritance graph
[legend]

Public Member Functions

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)
 
- Public Member Functions inherited from pyclearsilver.odb.Connection
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)
 

Public Attributes

 SQLError
 

Private Attributes

 _conn
 

Detailed Description

Definition at line 20 of file odb_postgres.py.

Constructor & Destructor Documentation

def pyclearsilver.odb_postgres.Connection.__init__ (   self,
  args,
  kwargs 
)

Definition at line 21 of file odb_postgres.py.

Member Function Documentation

def pyclearsilver.odb_postgres.Connection.alterTableToMatch (   self,
  table,
  cursor 
)

Definition at line 74 of file odb_postgres.py.

def pyclearsilver.odb_postgres.Connection.auto_increment (   self,
  coltype 
)

Definition at line 95 of file odb_postgres.py.

def pyclearsilver.odb_postgres.Connection.cursor (   self)

Definition at line 29 of file odb_postgres.py.

def pyclearsilver.odb_postgres.Connection.escape (   self,
  str 
)

Definition at line 32 of file odb_postgres.py.

def pyclearsilver.odb_postgres.Connection.getConnType (   self)

Definition at line 27 of file odb_postgres.py.

def pyclearsilver.odb_postgres.Connection.listFieldsDict (   self,
  table_name,
  cursor 
)

Definition at line 57 of file odb_postgres.py.

def pyclearsilver.odb_postgres.Connection.listIndices (   self,
  tableName,
  cursor 
)

Definition at line 50 of file odb_postgres.py.

def pyclearsilver.odb_postgres.Connection.listTables (   self,
  cursor 
)

Definition at line 42 of file odb_postgres.py.

def pyclearsilver.odb_postgres.Connection.supportsTriggers (   self)

Definition at line 99 of file odb_postgres.py.

Member Data Documentation

pyclearsilver.odb_postgres.Connection._conn
private

Definition at line 24 of file odb_postgres.py.

pyclearsilver.odb_postgres.Connection.SQLError

Definition at line 25 of file odb_postgres.py.


The documentation for this class was generated from the following file:


pyclearsilver
Author(s): Scott Noob Hassan
autogenerated on Mon Jun 10 2019 15:51:13