text_factory Using this attribute you can control what objects are returned for the TEXT data type. By default
class sqlite3.Cursor A Cursor instance has the following attributes and methods.
gdbm.nextkey(key) Returns the key that follows key in the traversal. The following code prints every key in the database
class sqlite3.Connection A SQLite database connection has the following attributes and methods:
gdbm.close() Close the gdbm database.
executemany(sql, seq_of_parameters) Executes an SQL command against all parameter sequences or mappings found in the sequence
create_aggregate(name, num_params, aggregate_class) Creates a user-defined aggregate function. The
find_class(module, name) Import module if necessary and return the object called name from it, where the module
rowcount Although the Cursor class of the sqlite3 module implements this attribute, the database engine’s
marshal.dumps(value[, version]) Return the string that would be written to a file by dump(value, file). The value
Page 7 of 10