|
|
__init__(self,
*args,
**config)
initialize the derived class; specifically, store label/keys |
source code
|
|
|
|
|
|
|
_db_escape_string(self,
s)
meta escaping, returns quoted string for use in sql statements |
source code
|
|
|
|
|
|
|
|
|
|
_db_table_exists(self,
table_name)
return true/false dependant on a tbl existing |
source code
|
|
|
|
_db_table_get_create(self,
table_name)
return true/false dependant on a tbl existing |
source code
|
|
|
|
| _db_validate_create_statement(self,
statement) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from template.database:
__delitem__,
__getitem__,
__setitem__,
get,
get_matches,
has_key,
items,
iteritems,
iterkeys,
keys,
sync,
validate_entry
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|