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