A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
P
- postKey(SQLiteConnection) - function in net.zetetic.database.sqlcipher.SQLiteDatabaseHook
- Called immediately after keying the database.
- preKey(SQLiteConnection) - function in net.zetetic.database.sqlcipher.SQLiteDatabaseHook
- Called immediately before keying the database.
- prepare(String,int,CancellationSignal,SQLiteStatementInfo) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Prepares a statement for execution but does not bind its parameters or execute it.
- prepare(String,SQLiteStatementInfo) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Prepares a statement for execution but does not bind its parameters or execute it.
- prepareForInsert() - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Prepare the InsertHelper for an insert.
- prepareForReplace() - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Prepare the InsertHelper for a replace.
- printStackTrace() - function in java.lang.CursorWindowAllocationException
- printStackTrace() - function in java.lang.DatabaseObjectNotClosedException
- printStackTrace() - function in java.lang.SQLiteNotADatabaseException
- putBlob(Array,int,int) - function in net.zetetic.database.CursorWindow
- Copies a byte array into the field at the specified row and column index.
- putDouble(double,int,int) - function in net.zetetic.database.CursorWindow
- Puts a double-precision floating point value into the field at thespecified row and column index.
- putLong(long,int,int) - function in net.zetetic.database.CursorWindow
- Puts a long integer into the field at the specified row and column index.
- putNull(int,int) - function in net.zetetic.database.CursorWindow
- Puts a null value into the field at the specified row and column index.
- putString(String,int,int) - function in net.zetetic.database.CursorWindow
- Copies a string into the field at the specified row and column index.