|
||||||||
PREV NEXT | FRAMES NO FRAMES |
disposeDestination
is true, dispose the connection to
the destination database as well.
SQLiteConnection.initializeBackup(java.lang.String, java.io.File, int)
.
SQLiteConnection.getErrorCode()
.
columnXYZ
methods.
SQLiteJob.cancel(boolean)
method,
or because queue has stopped, or for any other reason.
SQLiteJob.job(com.almworks.sqlite4java.SQLiteConnection)
method has thrown an exception.
SQLiteJob.job(com.almworks.sqlite4java.SQLiteConnection)
method.
java -jar sqlite4java.jar
, and it prints out
the version of the library, the version of the SQLite and the compile-time options the binaries were
built with
DEBUG
and RELEASE
configurations.
sqlite3_backup*
in SQLite C API.sqlite3_blob*
handle, which represents an open BLOB
(binary large object), stored in a single cell of a table.SQLiteColumnMetadata
contains information about a table column:SQLiteConnection.interrupt()
.SQLiteQueue
.SQLiteConnection.createArray(java.lang.String, boolean)
.sqlite3_stmt*
handle in SQLite C Interface.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |