Using SQLite with Tcl - Other Interface Features
Page 19 of 41
[
prev
] [
next
]
The
authorizer
method defines a callback that can validate user-entered SQL
The
busy
and
timeout
methods control behavior when the database is locked
The
changes
and
total_changes
methods return counts of the number of rows modified
The
collate
and
collation_needed
methods define new text collating sequences
The
commit_hook
method defines a callback that runs prior to each transaction commit
The
complete
method determines if its argument is a a complete SQL statement or if additional input is required
The
errorcode
method returns the error code returned by the last SQL command
The
last_insert_rowid
returns the ROWID of the most recently inserted row in the database
The
progress
method registers a callback that is invoked periodically during long-running SQL statements
The
trace
method registers a callback that is invoked prior to executing each SQL statement