Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
pyclearsilver.odb_sqlite.Connection Class Reference

if sql[:6] != "select": warn(repr(sql)) More...

Inheritance diagram for pyclearsilver.odb_sqlite.Connection:
Inheritance graph
[legend]

Public Member Functions

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)
 
- 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 Member Functions

def _tableCreateStatement (self, table_name, cursor)
 

Private Attributes

 _conn
 

Detailed Description

if sql[:6] != "select": warn(repr(sql))

Definition at line 25 of file odb_sqlite.py.

Constructor & Destructor Documentation

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

Definition at line 26 of file odb_sqlite.py.

Member Function Documentation

def pyclearsilver.odb_sqlite.Connection._tableCreateStatement (   self,
  table_name,
  cursor 
)
private

Definition at line 83 of file odb_sqlite.py.

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

Definition at line 92 of file odb_sqlite.py.

def pyclearsilver.odb_sqlite.Connection.cursor (   self)

Definition at line 35 of file odb_sqlite.py.

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

Definition at line 38 of file odb_sqlite.py.

def pyclearsilver.odb_sqlite.Connection.getConnType (   self)

Definition at line 33 of file odb_sqlite.py.

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

Definition at line 72 of file odb_sqlite.py.

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

Definition at line 65 of file odb_sqlite.py.

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

Definition at line 49 of file odb_sqlite.py.

def pyclearsilver.odb_sqlite.Connection.listTriggers (   self,
  cursor 
)

Definition at line 58 of file odb_sqlite.py.

def pyclearsilver.odb_sqlite.Connection.supportsTriggers (   self)

Definition at line 56 of file odb_sqlite.py.

Member Data Documentation

pyclearsilver.odb_sqlite.Connection._conn
private

Definition at line 29 of file odb_sqlite.py.

pyclearsilver.odb_sqlite.Connection.SQLError

Definition at line 31 of file odb_sqlite.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