OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:open_blob
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/test/java/libcore/sqlite/
OldBlobTest.java
78
* db.
open_blob
is not supported.
86
Blob blob = db.
open_blob
(dbFile.getPath(), "B", "val", 1, true);
OldDatabaseTest.java
[
all
...]
/external/javasqlite/src/main/java/SQLite/
Database.java
731
public Blob
open_blob
(String db, String table, String column,
method in class:Database
Completed in 621 milliseconds