| Method Summary |
| |
__init__(self,
**kw)
Creates a Firebird db connection |
| Inherited from EzSqlDb |
| |
__getattr__(self,
name)
|
| |
createNewlyAddedTables(self)
|
| |
defTable(self,
_tablename,
**kw)
Returns a class object defining an SQLObject table |
| |
doQuery(self,
query)
Executes/returns an arbitrary MySQL query |
| |
dropTable(self,
tablename,
ifExists,
dropJoinTables)
Removes a table from the database. |
| |
dump(self)
Interactive utility which dumps out the whole db |
| |
sync(self)
Reads a list of tables from the database |
| |
tableFromDb(self,
name)
|