Classes | |
class | Connection |
class | Cursor |
Functions | |
def | auto_increment (self, coltype) |
def | create_fullTextSearchTable (self, tableName, column_list) |
def | main (argv, stdout, environ) |
def | test () |
def | usage (progname) |
Variables | |
count = table.fetchRowCount() | |
DatabaseError | |
DataError | |
IntegrityError | |
newcols = table.getAppColumnList() | |
NotSupportedError | |
oldcols = self.listFieldsDict(tableName, cursor) | |
if invalidAppCols or invalidDBCols: return More... | |
OperationalError | |
string | sql = "create table %s (%s)" |
sqlite = sqlite3 | |
list | statements = [] |
tmpcolnames = string.join(tmpcols, ",") | |
list | tmpcols = [] |
usage: %(progname)s [args]
def pyclearsilver.odb_sqlite3.auto_increment | ( | self, | |
coltype | |||
) |
Definition at line 186 of file odb_sqlite3.py.
def pyclearsilver.odb_sqlite3.create_fullTextSearchTable | ( | self, | |
tableName, | |||
column_list | |||
) |
Definition at line 189 of file odb_sqlite3.py.
def pyclearsilver.odb_sqlite3.main | ( | argv, | |
stdout, | |||
environ | |||
) |
Definition at line 204 of file odb_sqlite3.py.
def pyclearsilver.odb_sqlite3.test | ( | ) |
Definition at line 198 of file odb_sqlite3.py.
def pyclearsilver.odb_sqlite3.usage | ( | progname | ) |
Definition at line 201 of file odb_sqlite3.py.
pyclearsilver.odb_sqlite3.count = table.fetchRowCount() |
Definition at line 150 of file odb_sqlite3.py.
pyclearsilver.odb_sqlite3.DatabaseError |
Definition at line 20 of file odb_sqlite3.py.
pyclearsilver.odb_sqlite3.DataError |
Definition at line 21 of file odb_sqlite3.py.
pyclearsilver.odb_sqlite3.IntegrityError |
Definition at line 22 of file odb_sqlite3.py.
pyclearsilver.odb_sqlite3.newcols = table.getAppColumnList() |
Definition at line 144 of file odb_sqlite3.py.
pyclearsilver.odb_sqlite3.NotSupportedError |
Definition at line 23 of file odb_sqlite3.py.
pyclearsilver.odb_sqlite3.oldcols = self.listFieldsDict(tableName, cursor) |
if invalidAppCols or invalidDBCols: return
Definition at line 140 of file odb_sqlite3.py.
pyclearsilver.odb_sqlite3.OperationalError |
Definition at line 19 of file odb_sqlite3.py.
string pyclearsilver.odb_sqlite3.sql = "create table %s (%s)" |
Definition at line 159 of file odb_sqlite3.py.
pyclearsilver.odb_sqlite3.sqlite = sqlite3 |
Definition at line 16 of file odb_sqlite3.py.
list pyclearsilver.odb_sqlite3.statements = [] |
Definition at line 153 of file odb_sqlite3.py.
pyclearsilver.odb_sqlite3.tmpcolnames = string.join(tmpcols, ",") |
Definition at line 148 of file odb_sqlite3.py.
list pyclearsilver.odb_sqlite3.tmpcols = [] |
Definition at line 143 of file odb_sqlite3.py.