executescript(sql_script) This is a nonstandard shortcut that creates a cursor object by calling the cursor() method
object.__getstate__() Classes can further influence how their instances are pickled; if the class defines the method
persistent_id(obj) Do nothing by default. This exists so a subclass can override it. If
dispatch_table A pickler object’s dispatch table is a registry of reduction functions of the kind which can be declared
fetchmany(size=cursor.arraysize) Fetches the next set of rows of a query result, returning a list. An empty list is returned
sqlite3.complete_statement(sql) Returns
description This read-only attribute provides the column names of the last query. To remain compatible with the Python DB API
class shelve.BsdDbShelf(dict, protocol=None, writeback=False, keyencoding='utf-8') A subclass of Shelf which exposes
gdbm.reorganize() If you have carried out a lot of deletions and would like to shrink the space used by the gdbm
execute(sql[, parameters]) Executes an SQL statement. The SQL statement may be parameterized (i. e. placeholders instead of
Page 5 of 10