OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLITE_BLOB
(Results
1 - 17
of
17
) sorted by null
/external/javasqlite/src/main/java/SQLite/
Stmt.java
233
case Constants.
SQLITE_BLOB
:
Constants.java
151
public static final int
SQLITE_BLOB
= 4;
/frameworks/base/core/jni/
android_database_SQLiteConnection.cpp
636
} else if (type ==
SQLITE_BLOB
) {
[
all
...]
/external/sqlite/dist/orig/
shell.c
[
all
...]
sqlite3.h
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/
shell.c
[
all
...]
sqlite3.h
[
all
...]
sqlite3.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c
612
case
SQLITE_BLOB
:
[
all
...]
/external/javasqlite/src/main/native/
sqlite_jni.c
588
case
SQLITE_BLOB
: ctype = "blob"; break;
706
case
SQLITE_BLOB
: ctype = "blob"; break;
[
all
...]
/external/python/cpython2/Modules/_sqlite/
connection.c
620
case
SQLITE_BLOB
:
[
all
...]
/external/robolectric/v3/libs/
sqlite4java-0.282.jar
/prebuilts/misc/common/robolectric/lib/
sqlite4java-0.282.jar
/prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar
/prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar
/external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 213 milliseconds