Searched refs:is3 (Results 1 - 6 of 6) sorted by relevance

/external/javasqlite/src/main/native/
H A Dsqlite_jni.c54 int is3; /* True for SQLITE3 handle */ member in struct:__anon7121
87 int is3; /* True for SQLITE3 handle */ member in struct:hfunc
103 int is3; /* True for SQLITE3 handle */ member in struct:hvm
565 if (h->is3) {
795 if (h->is3) {
814 if (h->is3) {
899 if (h->is3) {
939 if (h->is3) {
962 if (h->is3) {
987 if (h->is3) {
[all...]
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java296 if (!is3()) {
349 if (!is3()) {
403 if (!is3()) {
745 public native boolean is3(); method in class:Database
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCPreparedStatement.java91 if (!conn.db.is3()) {
221 if (conn.db.is3()) {
320 if (conn.db.is3()) {
344 if (conn.db.is3()) {
367 if (conn.db.is3()) {
H A DJDBCStatement.java119 if (conn.db.is3() &&
H A DJDBCConnection.java364 if (db.is3() && SQLite.JDBCDriver.sharedCache) {
H A DJDBCResultSet.java1083 if (this.s.conn.db.is3()) {

Completed in 252 milliseconds