Searched defs:statementPtr (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteConnection.java | 143 private static native void nativeBindNull(long connectionPtr, long statementPtr, in nativeBindNull() 145 private static native void nativeBindLong(long connectionPtr, long statementPtr, in nativeBindLong() 147 private static native void nativeBindDouble(long connectionPtr, long statementPtr, in nativeBindDouble() 151 private static native void nativeBindBlob(long connectionPtr, long statementPtr, in nativeBindBlob() 154 long connectionPtr, long statementPtr); in nativeResetStatementAndClearBindings() 155 private static native void nativeExecute(long connectionPtr, long statementPtr, in nativeExecute() 160 long connectionPtr, long statementPtr); in nativeExecuteForBlobFileDescriptor() 163 long connectionPtr, long statementPtr); in nativeExecuteForLastInsertedRowId() 165 long connectionPtr, long statementPtr, long windowPtr, in nativeExecuteForCursorWindow() 1069 final long statementPtr = nativePrepareStatement(mConnectionPtr, sql); in acquirePreparedStatement() local [all …]
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_database_SQLiteConnection.cpp | 398 jlong statementPtr) { in nativeFinalizeStatement() 410 jlong statementPtr) { in nativeGetParameterCount() 417 jlong statementPtr) { in nativeIsReadOnly() 424 jlong statementPtr) { in nativeGetColumnCount() 431 jlong statementPtr, jint index) { in nativeGetColumnName() 446 jlong statementPtr, jint index) { in nativeBindNull() 508 jlong statementPtr) { in nativeResetStatementAndClearBindings() 547 jlong connectionPtr, jlong statementPtr) { in nativeExecuteForChangedRowCount() 556 jlong connectionPtr, jlong statementPtr) { in nativeExecuteForLastInsertedRowId() 574 jlong connectionPtr, jlong statementPtr) { in nativeExecuteForLong() [all …]
|