![]() |
Fun with PWM
0.32
|
This is the complete list of members for DB.DB, including all inherited members.
| __init__(self, dbpath='app.db') | DB.DB | |
| addRow(self, table, vals) | DB.DB | |
| addRows(self, table, vals) | DB.DB | |
| createTable(self, name, primary='rowid', cols={}) | DB.DB | |
| dbpath (defined in DB.DB) | DB.DB | |
| deleteRow(self, table, expr) | DB.DB | |
| getRow(self, table, expr='', collist={}) | DB.DB | |
| getRows(self, table, expr='', order='') | DB.DB | |
| open(self) | DB.DB | |
| operands (defined in DB.DB) | DB.DB | static |
| tablecount (defined in DB.DB) | DB.DB | |
| updateRow(self, table, vals, expr='') | DB.DB | |
| version (defined in DB.DB) | DB.DB |