Searched refs:nativeGetParameterCount (Results 1 – 2 of 2) sorted by relevance
339 static jint nativeGetParameterCount(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeGetParameterCount() function824 (void*)nativeGetParameterCount },
129 private static native int nativeGetParameterCount(long connectionPtr, long statementPtr); in nativeGetParameterCount() method in SQLiteConnection905 final int numParameters = nativeGetParameterCount(mConnectionPtr, statementPtr); in acquirePreparedStatement()