Methods
|
|
__init__
_fetch
close
execute
fetchall
fetchmany
fetchone
|
|
__init__
|
__init__ ( self, conn )
|
|
_fetch
|
_fetch ( self, size )
Exceptions
|
|
ProgrammingError( "Fetch without results" )
|
|
|
close
|
close ( self )
|
|
execute
|
execute (
self,
operation,
parameters=None,
)
|
|
fetchall
|
fetchall ( self )
|
|
fetchmany
|
fetchmany ( self, size=None )
|
|
fetchone
|
fetchone ( self )
Exceptions
|
|
ProgrammingError( "Fetch without results" )
|
|
|