int sqlite3_file_control( sqlite3* db, const char *name, int option, void* data );
db
A database connection.
name
The destination logical database name in
UTF-8. This can be main
, temp
, or the logical name given to
ATTACH
DATABASE
.
option
A configuration option value.
data
A configuration data value. The exact meaning
is typically determined by the value of the
option
parameter.
An SQLite result code or other value.