module documentation

Base types API.
Class ​Variant A wrapping type that selects among a variety of implementations based on dialect in use.
Constant BOOLEANTYPE Undocumented
Constant INDEXABLE Undocumented
Constant INTEGERTYPE Undocumented
Constant MATCHTYPE Undocumented
Constant NULLTYPE Undocumented
Constant STRINGTYPE Undocumented
Constant TABLEVALUE Undocumented
Class ​Emulated Mixin for base types that emulate the behavior of a DB-native type.
Class ​Native​For​Emulated Indicates DB-native types supported by an .Emulated type.
Class ​Visitable​Check​KWArg Undocumented
Function ​_reconstitute​_comparator Undocumented
Function adapt​_type Undocumented
Function to​_instance Undocumented
Variable ​_resolve​_value​_to​_type Undocumented
BOOLEANTYPE =

Undocumented

Value
None
INDEXABLE =

Undocumented

Value
None
INTEGERTYPE =

Undocumented

Value
None
MATCHTYPE =

Undocumented

Value
None
NULLTYPE =

Undocumented

Value
None
STRINGTYPE =

Undocumented

Value
None
TABLEVALUE =

Undocumented

Value
None
def _reconstitute_comparator(expression):

Undocumented

def adapt_type(typeobj, colspecs):

Undocumented

def to_instance(typeobj, *arg, **kw):

Undocumented

_resolve_value_to_type =

Undocumented