Module ezsqlobject :: Class EzSqliteDb
[show private | hide private]
[frames | no frames]

Class EzSqliteDb

EzSqlDb --+
          |
         EzSqliteDb


EzSqlDb subclass specific for SQLite databases
Method Summary
  __init__(self, dbpath)
Creates an SQLite 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)

Class Variable Summary
classobj _connclass = SQLObject.DBConnection.SQLiteConnection

Method Details

__init__(self, dbpath)
(Constructor)

Creates an SQLite db connection

Arguments:
  • dbpath - string - file/path name of database file
Overrides:
ezsqlobject.EzSqlDb.__init__

Generated by Epydoc 2.0 on Fri Mar 26 13:22:45 2004 http://epydoc.sf.net