| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        RepositoryImp
Abstract SQL backend interface. Defines a number of platform-specific operations, that each concrete backend implementor must provide.
| Nested Classes | |
| __metaclass__ Metaclass for defining Abstract Base Classes (ABCs). | |
| Instance Methods | |||
| 
 | |||
| 
 | |||
| int | 
 | ||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Class Variables | |
| __abstractmethods__ =  | |
| Properties | |
| pk | |
| str | table Table name | 
| Inherited from  | |
| Method Details | 
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 Perform cleanup (e.g. close connections). | 
| 
 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 | 
| __abstractmethods__
 | 
| Property Details | 
| pk
 | 
| tableTable name 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:06 2017 | http://epydoc.sourceforge.net |