A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
P
- postKey(net.zetetic.database.sqlcipher.SQLiteConnection) - function in net.zetetic.database.sqlcipher.SQLiteDatabaseHook
- Called immediately after keying the database.
- preKey(net.zetetic.database.sqlcipher.SQLiteConnection) - function in net.zetetic.database.sqlcipher.SQLiteDatabaseHook
- Called immediately before keying the database.
- prepare(java.lang.String,net.zetetic.database.sqlcipher.SQLiteStatementInfo) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Prepares a statement for execution but does not bind its parameters or execute it.
- prepare(java.lang.String,int,android.os.CancellationSignal,net.zetetic.database.sqlcipher.SQLiteStatementInfo) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Prepares a statement for execution but does not bind its parameters or execute it.
- prepare(java.lang.String) - function in net.zetetic.database.sqlcipher.driver.SQLCipherConnection
- Transform SQL string into SQLiteStatement.
- 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.Throwable
- putBlob(kotlin.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 the specified 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(java.lang.String,int,int) - function in net.zetetic.database.CursorWindow
- Copies a string into the field at the specified row and column index.