public class BlobSqlType extends SqlType<java.sql.Blob>
DB_SQLTYPE_NOT_AVAILABLE, DB_SQLTYPE_UNKNOWN, sqlType| Constructor and Description |
|---|
BlobSqlType() |
| Modifier and Type | Method and Description |
|---|---|
java.sql.Blob |
get(java.sql.ResultSet rs,
int index,
int dbSqlType)
Returns value from result set.
|
void |
set(java.sql.PreparedStatement st,
int index,
java.sql.Blob value,
int dbSqlType)
Sets prepared statement value.
|
prepareGetValue, readValue, storeValueCopyright © 2003-present Jodd Team