|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JdbcBlob | |
|---|---|
| org.sqlite.io | Provides the classes necessary to read and write the BLOB value. |
| org.sqlite.jdbc | Provides the API for accessing and processing data stored in a SQLite using the JDBC. |
| Uses of JdbcBlob in org.sqlite.io |
|---|
| Constructors in org.sqlite.io with parameters of type JdbcBlob | |
|---|---|
BlobInputStream(JdbcBlob owner,
SWIGTYPE_p_void blob,
long len)
default constructor. |
|
| Uses of JdbcBlob in org.sqlite.jdbc |
|---|
| Methods in org.sqlite.jdbc that return JdbcBlob | |
|---|---|
JdbcBlob |
JdbcResultSet.getBlob(int columnIndex)
|
JdbcBlob |
JdbcResultSet.getBlob(java.lang.String columnLabel)
invoke findColumn(String) method and getBlob(int) method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||