executescript(sql_script) This is a nonstandard convenience method for executing multiple SQL statements at once. It issues
row_factory You can change this attribute to a callable that accepts the cursor and the original row as a tuple and will return
dbm.ndbm.open(filename[, flag[, mode]]) Open a dbm database and return a ndbm object. The filename argument
execute(sql[, parameters]) This is a nonstandard shortcut that creates a cursor object by calling the cursor()
persistent_load(pid) Raise an UnpicklingError by default. If defined, pe
marshal.dump(value, file[, version]) Write the value on the open file. The value must be a supported type. The file must be
marshal.loads(string) Convert the string to a value. If no valid value is found, raise
exception dbm.ndbm.error Raised on dbm.ndbm-specific errors, such as I/O errors.
dbm.ndbm.library Name of the ndbm implementation library used.
gdbm.sync() When the database has been opened in fast mode, this method forces any unwritten data to be written to the disk
Page 2 of 10