module documentation

SQL specific types.
Class ​Match​Type Refers to the return type of the MATCH operator.
Class ​Null​Type An unknown type.
Class ​Schema​Type Mark a type as possibly requiring schema-level DDL for usage.
Constant BOOLEANTYPE Undocumented
Constant DATETIME​_TIMEZONE Undocumented
Constant INTEGERTYPE Undocumented
Constant MATCHTYPE Undocumented
Constant NULLTYPE Undocumented
Constant STRINGTYPE Undocumented
Constant TABLEVALUE Undocumented
Constant TIME​_TIMEZONE Undocumented
Class _​Abstract​Interval No class docstring; 0/2 property, 1/1 method documented
Class _​Binary Define base behavior for binary types.
Class _​Lookup​Expression​Adapter Mixin expression adaptations based on lookup tables.
Class ​Table​Value​Type Refers to a table value type.
Function ​_resolve​_value​_to​_type Undocumented
Variable ​_type​_map Undocumented
BOOLEANTYPE =

Undocumented

Value
Boolean()
DATETIME_TIMEZONE =

Undocumented

Value
DateTime(timezone=True)
INTEGERTYPE =

Undocumented

Value
Integer()
MATCHTYPE =

Undocumented

Value
MatchType()
NULLTYPE =

Undocumented

Value
NullType()
STRINGTYPE =

Undocumented

Value
String()
TABLEVALUE =

Undocumented

Value
TableValueType()
TIME_TIMEZONE =

Undocumented

Value
Time(timezone=True)
def _resolve_value_to_type(value):

Undocumented

_type_map =

Undocumented