Methods
|
|
__init__
_abort
close
columns
open
query
tables
|
|
__init__
|
__init__ ( self, connection )
|
|
_abort
|
_abort ( self )
Gadfly needs the extra checkpoint call.
|
|
close
|
close ( self )
|
|
columns
|
columns ( self, table_name )
|
|
open
|
open ( self )
|
|
query
|
query (
self,
query_string,
max_rows=9999999,
)
|
|
tables
|
tables (
self,
*args,
*kw,
)
|
|