Home | Trees | Indices | Help |
|
---|
|
object --+ | RepositoryImp --+ | SQLiteRepository
SQLite-based concrete repository implementor. This is the default Table backend.
Nested Classes | |
ChunkedReader | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
int |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
PK =
|
|
TYPES =
|
|
__abstractmethods__ =
|
Properties | |
pk | |
Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Perform cleanup (e.g. close connections).
|
Count the number of rows in the table.
|
Create a table given
|
Perform a select operation given
|
Insert a new tuple in the table.
|
Execute a native SQL query against the backend, as-is.
|
Perform an update operation given
|
Class Variable Details |
TYPES
|
Property Details |
pk
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:06 2017 | http://epydoc.sourceforge.net |