Searched defs:sqlString (Results 1 – 3 of 3) sorted by relevance
48 sqlite3 * handle, jstring sqlString) in compile()89 static void native_compile(JNIEnv* env, jobject object, jstring sqlString) in native_compile()140 jint index, jstring sqlString) in native_bind_string()
166 static void native_execSQL(JNIEnv* env, jobject object, jstring sqlString) in native_execSQL()
214 public static void appendEscapedSQLString(StringBuilder sb, String sqlString) { in appendEscapedSQLString()