HomeSort by relevance Sort by last modified time
    Searched refs:bind_parameter_count (Results 1 - 4 of 4) sorted by null

  /libcore/sqlite-jdbc/src/main/java/SQLite/
Stmt.java 151 public native int bind_parameter_count() throws SQLite.Exception; method in class:Stmt
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 38 int (*bind_parameter_count)(sqlite3_stmt*); member in struct:sqlite3_api_routines
171 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count
  /libcore/luni/src/test/java/tests/SQLite/
StmtTest.java 286 assertEquals(1,st.bind_parameter_count());
660 * @tests {@link Stmt#bind_parameter_count()}
665 method = "bind_parameter_count",
670 st.bind_parameter_count();
678 assertEquals(3, st.bind_parameter_count());
687 assertEquals(3, st.bind_parameter_count());
695 assertEquals(0, st.bind_parameter_count());
703 st.bind_parameter_count();
    [all...]
DatabaseTest.java     [all...]

Completed in 85 milliseconds