class BufferedColumnRow(LegacyRow):
Inherited from LegacyRow
:
Method | __contains__ |
Undocumented |
Method | has_key |
Return True if this .LegacyRow contains the given key. |
Method | items |
Return a list of tuples, each tuple containing a key/value pair. |
Method | iterkeys |
Return a an iterator against the .Row.keys method. |
Method | itervalues |
Return a an iterator against the .Row.values method. |
Method | values |
Return the values represented by this .Row as a list. |
Class Variable | __slots__ |
Undocumented |
Inherited from Row
(via LegacyRow
):
Method | __delattr__ |
Undocumented |
Method | __eq__ |
Undocumented |
Method | __ge__ |
Undocumented |
Method | __getstate__ |
Undocumented |
Method | __gt__ |
Undocumented |
Method | __le__ |
Undocumented |
Method | __lt__ |
Undocumented |
Method | __ne__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | __setattr__ |
Undocumented |
Method | __setstate__ |
Undocumented |
Method | _asdict |
Return a new dict which maps field names to their corresponding values. |
Method | _op |
Undocumented |
Method | _replace |
Undocumented |
Method | _special_name_accessor |
Handle ambiguous names such as "count" and "index" |
Method | keys |
Return the list of keys as strings represented by this .Row . |
Class Variable | count |
Undocumented |
Class Variable | index |
Undocumented |
Property | _field_defaults |
Undocumented |
Property | _fields |
Return a tuple of string keys as represented by this .Row . |
Property | _mapping |
Return a .RowMapping for this .Row . |
Inherited from BaseRow
(via LegacyRow
, Row
):
Method | __getattr__ |
Undocumented |
Method | __hash__ |
Undocumented |
Method | __init__ |
Row objects are constructed by CursorResult objects. |
Method | __iter__ |
Undocumented |
Method | __len__ |
Undocumented |
Method | __reduce__ |
Undocumented |
Method | _filter_on_values |
Undocumented |
Method | _get_by_int_impl |
Undocumented |
Method | _get_by_key_impl |
Undocumented |
Method | _get_by_key_impl_mapping |
Undocumented |
Method | _values_impl |
Undocumented |