get_rows
Return a list of ResultRow objects from an SQL query.
getdict
Return the list of DBRows in results with a given description.
DBRow
Bases: object
object
A single row in a result set.
Each DBRow has a dictionary-style and list-style interface.
Called by ResultSet function. Don’t call directly
__init__
set_extra_attr
keys
Return the field names
keymappings
Return a dictionary of the keys and their indices in the row
has_key
Return whether the given key is valid
as_dict