Searched defs:statementPtr (Results 1 – 2 of 2) sorted by relevance
/aosp12/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() 533 jlong statementPtr) { in nativeExecute() 541 jlong connectionPtr, jlong statementPtr) { in nativeExecuteForChangedRowCount() 550 jlong connectionPtr, jlong statementPtr) { in nativeExecuteForLastInsertedRowId() [all …]
|
/aosp12/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteConnection.java | 144 private static native void nativeBindNull(long connectionPtr, long statementPtr, in nativeBindNull() 146 private static native void nativeBindLong(long connectionPtr, long statementPtr, in nativeBindLong() 148 private static native void nativeBindDouble(long connectionPtr, long statementPtr, in nativeBindDouble() 152 private static native void nativeBindBlob(long connectionPtr, long statementPtr, in nativeBindBlob() 155 long connectionPtr, long statementPtr); in nativeResetStatementAndClearBindings() 156 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() 1047 final long statementPtr = nativePrepareStatement(mConnectionPtr, sql); in acquirePreparedStatement() local [all …]
|