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 },
131 private static native int nativeGetColumnCount(long connectionPtr, long statementPtr); in nativeGetColumnCount() method in SQLiteConnection520 final int columnCount = nativeGetColumnCount( in prepare()