Home
last modified time | relevance | path

Searched refs:nativeGetColumnCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp353 static jint nativeGetColumnCount(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeGetColumnCount() function
820 (void*)nativeGetColumnCount },
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java131 private static native int nativeGetColumnCount(long connectionPtr, long statementPtr); in nativeGetColumnCount() method in SQLiteConnection
507 final int columnCount = nativeGetColumnCount( in prepare()