Package conary :: Package dbstore :: Module base_drv :: Class BaseCursor
[hide private]
[frames] | no frames]

Class BaseCursor

source code

Known Subclasses:
mysql_drv.Cursor, postgresql_drv.Cursor, sqlite_drv.Cursor

Nested Classes [hide private]
  binaryClass
Instance Methods [hide private]
 
__init__(self, dbh=None) source code
 
__getattr__(self, name) source code
 
lastid(self) source code
 
_getCursor(self) source code
 
binary(self, s) source code
 
frombinary(self, s) source code
 
_tryExecute(self, *args, **kw) source code
 
_executeArgs(self, args, kw) source code
 
_executeCheck(self, sql) source code
 
execute(self, sql, *args, **kw) source code
 
executemany(self, sql, argList) source code
 
compile(self, sql) source code
 
execstmt(self, sql, *args) source code
 
fields(self) source code
 
__rowDict(self, row) source code
 
fetchone(self) source code
 
fetchall(self) source code
 
fetchmany(self, count=1) source code
 
fetchone_dict(self) source code
 
fetchall_dict(self) source code
 
fetchmany_dict(self, count=1) source code
 
__iter__(self) source code
 
next(self) source code