class documentation

class BufferedColumnRow(LegacyRow):

View In Hierarchy

Row is now BufferedColumn in all cases

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