Package logilab-common-0 :: Package 39 :: Package 0 :: Module db :: Class PyCursor
[frames] | no frames]

Class PyCursor

source code

A simple cursor wrapper in python (useful for profiling)

Instance Methods
 
__init__(self, cursor) source code
 
close(self)
Wraps close()
source code
 
execute(self, *args, **kwargs)
Wraps execute()
source code
 
executemany(self, *args, **kwargs)
Wraps executemany()
source code
 
fetchone(self, *args, **kwargs)
Wraps fetchone()
source code
 
fetchmany(self, *args, **kwargs)
Wraps execute()
source code
 
fetchall(self, *args, **kwargs)
Wraps fetchall()
source code
 
__getattr__(self, attrname) source code