Uses of Class
org.sqlite.jdbc.JdbcBlob

Packages that use JdbcBlob
org.sqlite.jdbc Provides the API for accessing and processing data stored in a SQLite using the JDBC. 
 

Uses of JdbcBlob in org.sqlite.jdbc
 

Methods in org.sqlite.jdbc that return JdbcBlob
 JdbcBlob JdbcResultSet.getBlob(int columnIndex)
           
 JdbcBlob JdbcResultSet.getBlob(int columnIndex, long rowId, boolean isWritable)
          Open a BLOB for incremental I/O.
 JdbcBlob JdbcResultSet.getBlob(java.lang.String columnLabel)
          invoke findColumn(String) method and getBlob(int) method.