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

  /external/javasqlite/src/main/native/
sqlite_jni.c 53 int is3; /* True for SQLITE3 handle */ member in struct:__anon26451
86 int is3; /* True for SQLITE3 handle */ member in struct:hfunc
102 int is3; /* True for SQLITE3 handle */ member in struct:hvm
564 if (h->is3) {
794 if (h->is3) {
813 if (h->is3) {
898 if (h->is3) {
938 if (h->is3) {
961 if (h->is3) {
986 if (h->is3) {
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 296 if (!is3()) {
349 if (!is3()) {
403 if (!is3()) {
745 public native boolean is3(); method in class:Database
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 91 if (!conn.db.is3()) {
221 if (conn.db.is3()) {
320 if (conn.db.is3()) {
344 if (conn.db.is3()) {
367 if (conn.db.is3()) {
JDBCStatement.java 119 if (conn.db.is3() &&
JDBCConnection.java 364 if (db.is3() && SQLite.JDBCDriver.sharedCache) {
JDBCResultSet.java 1083 if (this.s.conn.db.is3()) {
    [all...]

Completed in 63 milliseconds