.Row
.Class | LegacyRow |
A subclass of .Row that delivers 1.x SQLAlchemy behaviors for Core. |
Class | Row |
Represent a single result row. |
Class | RowMapping |
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 | BaseRow |
No class docstring; 0/1 class variable, 1/11 method documented |
Class | ROMappingView |
Undocumented |
Function | rowproxy_reconstructor |
Undocumented |
Variable | _baserow_usecext |
Undocumented |
int
=
Value |
|
int
=
Value |
|