Translate a sequence of assignments to simple tuples.
(for implementing the select list of a SELECT).
Methods
|
|
|
|
__init__
|
__init__ ( self )
|
|
__repr__
|
__repr__ ( self )
|
|
addbinding
|
addbinding (
self,
attribute,
expression,
)
bind att>expression.
|
|
demarshal
|
demarshal ( self, args )
|
|
domain
|
domain ( self )
|
|
initargs
|
initargs ( self )
|
|
map
|
map ( self, assnlist )
remap btlist by self. return (tuplelist, attorder)
|
|
marshaldata
|
marshaldata ( self )
|
|
relbind
|
relbind (
self,
dict,
db,
)
disambiguate missing rel names if possible.
also choose output names appropriately.
already bound!
|
|
uncache
|
uncache ( self )
|
|