Searched refs:nativeGetColumnCount (Results 1 – 2 of 2) sorted by relevance
353 static jint nativeGetColumnCount(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeGetColumnCount() function828 (void*)nativeGetColumnCount },
133 private static native int nativeGetColumnCount(long connectionPtr, long statementPtr); in nativeGetColumnCount() method in SQLiteConnection599 final int columnCount = nativeGetColumnCount( in prepare()