Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
B
beforeFirst()
- Method in class org.sqlite.jdbc.
JdbcResultSet
beginTransaction(TransactionType)
- Method in class org.sqlite.
Database
begin transaction.
bindBlob(int, SWIGTYPE_p_void, int)
- Method in class org.sqlite.
Statement
invoke sqlite3_bind_blob() function.
bindBytes(int, byte[])
- Method in class org.sqlite.
Statement
invoke sqlite3_bind_blob() function.
bindBytes(int, byte[], int)
- Method in class org.sqlite.
Statement
invoke sqlite3_bind_blob() function.
bindDouble(int, double)
- Method in class org.sqlite.
Statement
invoke sqlite3_bind_double() function.
bindInt(int, int)
- Method in class org.sqlite.
Statement
invoke sqlite3_bind_int() function.
bindLong(int, long)
- Method in class org.sqlite.
Statement
invoke sqlite3_bind_int64() function.
bindNull(int)
- Method in class org.sqlite.
Statement
invoke sqlite3_bind_null() function.
bindText(int, String)
- Method in class org.sqlite.
Statement
invoke sqlite3_bind_text() function.
bindValue(int, SWIGTYPE_p_Mem)
- Method in class org.sqlite.
Statement
invoke sqlite3_bind_value() function.
bindZeroBlob(int, int)
- Method in class org.sqlite.
Statement
invoke sqlite3_bind_zeroblob() function.
Blob
- Class in
org.sqlite
sqlite3_blob wrapper class.
NOTE: SQLite 3.5.7 based.
BlobInputStream
- Class in
org.sqlite.io
BlobInputStream(Closeable, Blob)
- Constructor for class org.sqlite.io.
BlobInputStream
default constructor.
BlobOutputStream
- Class in
org.sqlite.io
BlobOutputStream(Closeable, Blob, long)
- Constructor for class org.sqlite.io.
BlobOutputStream
create BLOB output stream.
BusyHandler
- Class in
org.sqlite.event
SQLITE_BUSY Error Handler class.
BusyHandler()
- Constructor for class org.sqlite.event.
BusyHandler
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X