Public Member Functions | |
def | get_allowed_basic_types (self) |
def | get_allowed_types (self) |
A select data type has as its domain the union of the domains of the named data types in its select list. The select data type is a generalization of each of the named data types in its select list.
def SCL.ConstructedDataTypes.SELECT.get_allowed_basic_types | ( | self | ) |
if a select contains some subselect, goes down through the different sublayers until there is no more
References SCL.ConstructedDataTypes.SELECT.get_allowed_types().
def SCL.ConstructedDataTypes.SELECT.get_allowed_types | ( | self | ) |
References SCL.ConstructedDataTypes.SELECT._base_types.
Referenced by SCL.ConstructedDataTypes.SELECT.get_allowed_basic_types().