module documentation

Define row constructs including .Row.
Class ​Legacy​Row A subclass of .Row that delivers 1.x SQLAlchemy behaviors for Core.
Class ​Row Represent a single result row.
Class ​Row​Mapping A Mapping that maps column names and objects to .Row values.
Constant KEY​_INTEGER​_ONLY __getitem__ only allows integer values, raises TypeError otherwise
Constant KEY​_OBJECTS​_BUT​_WARN __getitem__ allows integer or string/object values, but emits a 2.0 deprecation warning if string/object is passed
Constant KEY​_OBJECTS​_NO​_WARN __getitem__ allows integer or string/object values with no warnings or errors.
Constant KEY​_OBJECTS​_ONLY __getitem__ only allows string/object values, raises TypeError otherwise
Constant MD​_INDEX Undocumented
Class ​Base​Row No class docstring; 0/1 class variable, 1/11 method documented
Class ​ROMapping​View Undocumented
Function rowproxy​_reconstructor Undocumented
Variable ​_baserow​_usecext Undocumented
KEY_INTEGER_ONLY: int =
__getitem__ only allows integer values, raises TypeError otherwise
Value
0
KEY_OBJECTS_BUT_WARN: int =
__getitem__ allows integer or string/object values, but emits a 2.0 deprecation warning if string/object is passed
Value
2
KEY_OBJECTS_NO_WARN: int =
__getitem__ allows integer or string/object values with no warnings or errors.
Value
3
KEY_OBJECTS_ONLY: int =
__getitem__ only allows string/object values, raises TypeError otherwise
Value
1
MD_INDEX: int =

Undocumented

Value
0
def rowproxy_reconstructor(cls, state):

Undocumented

_baserow_usecext: bool =

Undocumented