Home | Sort by relevance Sort by last modified time |
/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/native/ | |
sqlite_jni.c | 54 int is3; /* True for SQLITE3 handle */ member in struct:__anon9344 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...] |