Package library :: Package pyjamas :: Package gears :: Package database :: Module Database :: Class GearsDatabase
[hide private]
[frames] | no frames]

Class GearsDatabase

source code

Instance Methods [hide private]
 
__init__(self, db) source code
 
close(self) source code
 
execute(self, sqlStatement, *args) source code
 
getLastInsertRowId(self) source code
 
getRowsAffected(self) source code
 
open(self, name=None) source code
 
execute_args(self, sqlStatement, args) source code
 
uncheckedClose(self) source code
Instance Variables [hide private]
  db
* * Closes the database connection, if any, currently associated with this * Database instance.
Instance Variable Details [hide private]

db

* * Closes the database connection, if any, currently associated with this * Database instance. Calling Database.close() is not required. * * @throws DatabaseException if an error occurs