A B C D E F G H I J L M N O P R S T U V W X

C

Callback - Class in org.sqlite.callback
SQLite Callback function class.
Callback() - Constructor for class org.sqlite.callback.Callback
 
cancel() - Method in class org.sqlite.jdbc.JdbcStatement
invoke org.sqlite.Database#interrupt() method.
cancelRowUpdates() - Method in class org.sqlite.jdbc.JdbcResultSet
Not supporetd yet.
changes() - Method in class org.sqlite.Database
invoke sqlite3_changes() function.
clear(SWIGTYPE_p_sqlite3) - Static method in class org.sqlite.event.CommitHook
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
clear(SWIGTYPE_p_sqlite3) - Static method in class org.sqlite.event.RollbackHook
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
clear(SWIGTYPE_p_sqlite3) - Static method in class org.sqlite.event.UpdateHook
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
clear(SWIGTYPE_p_sqlite3) - Static method in class org.sqlite.profiler.Profiler
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
clear(SWIGTYPE_p_sqlite3) - Static method in class org.sqlite.profiler.Tracer
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
clearAuthorizer() - Method in class org.sqlite.Database
invoke org.sqlite.auth.Authorizer#unregister() function.
clearAuthorizer() - Method in class org.sqlite.jdbc.JdbcConnection
invoke sqlite3_set_authorizer() function.
clearBatch() - Method in class org.sqlite.jdbc.JdbcPreparedStatement
 
clearBatch() - Method in class org.sqlite.jdbc.JdbcStatement
 
clearBinding() - Method in class org.sqlite.Statement
invoke sqlite3_clear_bindings() function.
clearBusyHandler() - Method in class org.sqlite.Database
invoke org.sqlite.event.BusyHandler#unregister() function.
clearBusyHandler() - Method in class org.sqlite.jdbc.JdbcConnection
invoke sqlite3_busy_handler() function.
clearCollationNeededHandler() - Method in class org.sqlite.Database
invoke org.sqlite.event.CollationNeededHandler#unregister(() method.
clearCollationNeededHandler() - Method in class org.sqlite.jdbc.JdbcConnection
invoke sqlite3_collation_needed() function.
clearCommitHook() - Method in class org.sqlite.Database
invoke org.sqlite.event.CommitHook#clear() method.
clearCommitHook() - Method in class org.sqlite.jdbc.JdbcConnection
invoke sqlite3_commit_hook() function.
clearParameters() - Method in class org.sqlite.jdbc.JdbcPreparedStatement
 
clearProfiler() - Method in class org.sqlite.Database
invoke org.sqlite.profiler.Profiler#clear() method.
clearProfiler() - Method in class org.sqlite.jdbc.JdbcConnection
invoke sqlite3_profile() function.
clearProgressHandler() - Method in class org.sqlite.Database
invoke org.sqlite.event.ProgressHandler#unregister() method.
clearProgressHandler() - Method in class org.sqlite.jdbc.JdbcConnection
invoke sqlite3_progress_handler() function.
clearRollbackHook() - Method in class org.sqlite.Database
invoke org.sqlite.event.RollbackHook#clear() function.
clearRollbackHook() - Method in class org.sqlite.jdbc.JdbcConnection
invoke sqlite3_rollback_hook() function.
clearTracer() - Method in class org.sqlite.Database
invoke org.sqlite.profiler.Tracer#clear() method.
clearTracer() - Method in class org.sqlite.jdbc.JdbcConnection
invoke sqlite3_trace() function.
clearUpdateHook() - Method in class org.sqlite.Database
invoke org.sqlite.event.UpdateHook#clear() method.
clearUpdateHook() - Method in class org.sqlite.jdbc.JdbcConnection
invoke sqlite3_update_hook() function.
clearWarnings() - Method in class org.sqlite.jdbc.JdbcConnection
SQL Warning is not supported yet.
clearWarnings() - Method in class org.sqlite.jdbc.JdbcResultSet
 
clearWarnings() - Method in class org.sqlite.jdbc.JdbcStatement
nothing.
close() - Method in class org.sqlite.Blob
invoke sqlite3_blob_close() function.
close() - Method in class org.sqlite.Database
invoke sqlite3_close() function.
close() - Method in class org.sqlite.io.BlobOutputStream
Closes this stream.
close() - Method in interface org.sqlite.io.Closeable
Closes this object and releases any system resources associated with it.
close() - Method in class org.sqlite.io.InputStreamAdapter
Closes this stream.
close() - Method in class org.sqlite.jdbc.JdbcBlob
Closes this BLOB object.
close() - Method in class org.sqlite.jdbc.JdbcConnection
 
close() - Method in class org.sqlite.jdbc.JdbcPreparedStatement
 
close(ResultSet) - Method in class org.sqlite.jdbc.JdbcPreparedStatement
Detaches the ResultSet object from the life cycle of JdbcPreparedStatement and invoke close() method.
close() - Method in class org.sqlite.jdbc.JdbcResultSet
invoke org.sqlite.Statement#close() or org.sqlite.Statement#reset() method.
close() - Method in class org.sqlite.jdbc.JdbcStatement
 
close(ResultSet) - Method in class org.sqlite.jdbc.JdbcStatement
invoke detach() method and close() method.
close() - Method in class org.sqlite.Statement
invoke sqlite3_finalize() function.
Closeable - Interface in org.sqlite.io
An Interface extended a java.io.Closeable interface.
closeResultSets() - Method in class org.sqlite.jdbc.JdbcStatement
 
cntUpdate - Variable in class org.sqlite.jdbc.JdbcStatement
last update count.
CollationNeededHandler - Class in org.sqlite.event
Collation Needed Callbacks class.
CollationNeededHandler() - Constructor for class org.sqlite.event.CollationNeededHandler
 
collationSequenceName - Variable in class org.sqlite.schema.ColumnMetaData
 
Collator - Class in org.sqlite.text
User-Defined Collating Sequence class.
Collator(String) - Constructor for class org.sqlite.text.Collator
Create new collation sequence with SQLITE_UTF8.
Collator(String, int) - Constructor for class org.sqlite.text.Collator
Create new collation sequence.
columnIndex - Variable in class org.sqlite.schema.IndexInfo
 
columnIndex - Variable in class org.sqlite.schema.TableInfo
 
ColumnMetaData - Class in org.sqlite.schema
sqlite3_table_column_metadata() output values.
ColumnMetaData(String, String, int, int, int) - Constructor for class org.sqlite.schema.ColumnMetaData
 
columnName - Variable in class org.sqlite.schema.IndexInfo
 
columnName - Variable in class org.sqlite.schema.TableInfo
 
commit() - Method in class org.sqlite.jdbc.JdbcConnection
 
CommitHook - Class in org.sqlite.event
COMMIT TRANSACTION hook class.
CommitHook() - Constructor for class org.sqlite.event.CommitHook
 
commitTransaction() - Method in class org.sqlite.Database
commit toransaction.
connect(String, Properties) - Method in class org.sqlite.Driver
Attempts to make a database connection to the given URL.
connectionStatus(int, boolean) - Method in class org.sqlite.Database
invoke sqlite3_db_status() function.
Context - Class in org.sqlite.udf
sqlite3_context and sqlite3_value wrapper class.
Context(long) - Constructor for class org.sqlite.udf.Context
invoke Context(long, 0, 0) constructor.
Context(long, int, long) - Constructor for class org.sqlite.udf.Context
invoke Context(SWIGTYPE_p_sqlite3_context, int, SWIGTYPE_p_p_Mem) constructor.
Context(SWIGTYPE_p_sqlite3_context, int, SWIGTYPE_p_p_Mem) - Constructor for class org.sqlite.udf.Context
create Context object.
createCollationSequence(Collator) - Method in class org.sqlite.Database
invoke org.sqlite.text.Collator#register() method.
createCollationSequence(Collator) - Method in class org.sqlite.jdbc.JdbcConnection
invoke sqlite3_create_collation() function.
createFunction(Function) - Method in class org.sqlite.Database
invoke org.sqlite.udf.Function#register() method.
createFunction(Function) - Method in class org.sqlite.jdbc.JdbcConnection
invoke sqlite3_create_function() function.
createStatement() - Method in class org.sqlite.jdbc.JdbcConnection
 
createStatement(int, int) - Method in class org.sqlite.jdbc.JdbcConnection
 
createStatement(int, int, int) - Method in class org.sqlite.jdbc.JdbcConnection
 
currentRet - Variable in class org.sqlite.jdbc.JdbcStatement
current of result

A B C D E F G H I J L M N O P R S T U V W X