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

R

read(byte[], int, int) - Method in class org.sqlite.Blob
invoke sqlite3_blob_read() function.
read(long, byte[], int, int) - Method in class org.sqlite.io.BlobInputStream
 
read() - Method in class org.sqlite.io.InputStreamAdapter
Reads the next byte of data from the input stream.
read(byte[]) - Method in class org.sqlite.io.InputStreamAdapter
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class org.sqlite.io.InputStreamAdapter
Reads up to len bytes of data from the input stream into an array of bytes.
read(long, byte[], int, int) - Method in class org.sqlite.io.InputStreamAdapter
 
read(long, byte[], int, int) - Method in class org.sqlite.io.MemoryInputStream
 
read_blob(SWIGTYPE_p_void, long, byte[], int, int) - Static method in class org.sqlite.swig.SQLite3
 
refreshRow() - Method in class org.sqlite.jdbc.JdbcResultSet
Not supporetd yet.
register(SWIGTYPE_p_sqlite3) - Method in class org.sqlite.auth.Authorizer
invoke sqlite3_set_authorizer() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
register(SWIGTYPE_p_sqlite3) - Method in class org.sqlite.callback.Callback
Register this object to the database.
register(SWIGTYPE_p_sqlite3) - Method in class org.sqlite.callback.ExecCallback
Not supported.
register(SWIGTYPE_p_sqlite3) - Method in class org.sqlite.event.BusyHandler
invoke sqlite3_busy_handler() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
register(SWIGTYPE_p_sqlite3) - Method in class org.sqlite.event.CollationNeededHandler
invoke sqlite3_collation_needed() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
register(SWIGTYPE_p_sqlite3) - Method in class org.sqlite.event.CommitHook
invoke sqlite3_commit_hook() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
register(SWIGTYPE_p_sqlite3) - Method in class org.sqlite.event.ProgressHandler
invoke sqlite3_progress_handler() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
register(SWIGTYPE_p_sqlite3) - Method in class org.sqlite.event.RollbackHook
invoke sqlite3_rollback_hook() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
register(SWIGTYPE_p_sqlite3) - Method in class org.sqlite.event.UpdateHook
invoke sqlite3_update_hook() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
register(SWIGTYPE_p_sqlite3) - Method in class org.sqlite.profiler.Profiler
invoke sqlite3_profile() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
register(SWIGTYPE_p_sqlite3) - Method in class org.sqlite.profiler.Tracer
invoke sqlite3_trace() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
register(SWIGTYPE_p_sqlite3) - Method in class org.sqlite.text.Collator
invoke sqlite3_create_collation_v2() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
register(SWIGTYPE_p_sqlite3) - Method in class org.sqlite.udf.Function
invoke sqlite3_create_function() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
registerVFS(SWIGTYPE_p_sqlite3_vfs, boolean) - Static method in class org.sqlite.Database
invoke sqlite3_vfs_register() function.
relative(int) - Method in class org.sqlite.jdbc.JdbcResultSet
 
releaseSavepoint(Savepoint) - Method in class org.sqlite.jdbc.JdbcConnection
Not supporetd yet.
remove() - Method in class org.sqlite.udf.AggregateFunction
Removes the current thread's value for this thread-local variable.
removeCollator(String) - Method in class org.sqlite.event.CollationNeededHandler
Removes the Collator object.
removeCollator(Collator) - Method in class org.sqlite.event.CollationNeededHandler
Removes the Collator object.
reset() - Method in class org.sqlite.io.InputStreamAdapter
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class org.sqlite.Statement
invoke sqlite3_reset() function.
resetAutoExtention() - Static method in class org.sqlite.Database
invoke sqlite3_reset_auto_extension() function.
resetAutoExtention() - Static method in class org.sqlite.jdbc.JdbcConnection
invoke sqlite3_reset_auto_extension() function.
result(SWIGTYPE_p_void, int) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_blob() function.
result(byte[]) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_blob() function.
result(byte[], int) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_blob() function.
result(double) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_double() function.
result(int) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_int() function.
result(long) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_int64() function.
result(boolean) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_int() function.
result(String) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_text() function.
result(SWIGTYPE_p_Mem) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_value() function.
result(Date) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_text() function.
result(Time) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_text() function.
result(Timestamp) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_text() function.
resultError(String) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_error() function.
resultErrorCode(int) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_error_code() function.
resultErrorNoMemory() - Method in class org.sqlite.udf.Context
invoke sqlite3_result_error_nomem() function.
resultErrorTooBig() - Method in class org.sqlite.udf.Context
invoke sqlite3_result_error_toobig() function.
resultNull() - Method in class org.sqlite.udf.Context
invoke sqlite3_result_null() function.
results - Variable in class org.sqlite.jdbc.JdbcStatement
results of multiple statement
resultZeroBlob(int) - Method in class org.sqlite.udf.Context
invoke sqlite3_result_zeroblob() function.
rollback() - Method in class org.sqlite.jdbc.JdbcConnection
 
rollback(Savepoint) - Method in class org.sqlite.jdbc.JdbcConnection
Not supporetd yet.
RollbackHook - Class in org.sqlite.event
ROLLBACK TRANSACTION hook class.
RollbackHook() - Constructor for class org.sqlite.event.RollbackHook
 
rollbackTransaction() - Method in class org.sqlite.Database
rollback transaction.
rowDeleted() - Method in class org.sqlite.jdbc.JdbcResultSet
Not supporetd yet.
rowInserted() - Method in class org.sqlite.jdbc.JdbcResultSet
Not supporetd yet.
rowUpdated() - Method in class org.sqlite.jdbc.JdbcResultSet
Not supporetd yet.
rs - Variable in class org.sqlite.jdbc.JdbcStatement
current ResultSet object.

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