Imported modules
|
|
import gfdb0
import sqlmod
import sys
import traceback
|
Functions
|
|
|
|
NamedSort
|
NamedSort ( name, ord )
|
|
PositionedSort
|
PositionedSort ( num, ord )
|
|
aggregate
|
aggregate ( assignments, exprlist )
aggregates are a assignments with special
attribute None > list of subtuple
|
|
deserialize
|
deserialize ( description )
simple protocol for generating a marshallable ob
|
|
dump_single_column
|
dump_single_column ( assigns, att )
dump single column assignment
|
|
dynamic_binding
|
dynamic_binding ( ndynamic, dynamic )
create bindings from dynamic tuple for ndynamic parameters
if a tuple is given create one
if a list is given create many
|
|
no_ints_nulls
|
no_ints_nulls ( list )
in place remove all ints, Nones from a list (for null handling)
|
|
order_tuples
|
order_tuples ( order_list, tuples )
|
|
orderbind_sequence
|
orderbind_sequence ( order_list, order )
|
|
relbind_sequence
|
relbind_sequence (
order_list,
dict,
db,
)
|
|
serialize
|
serialize ( ob )
dual of deserialize.
|
Classes
|
|
|