public class BytesType extends AbstractJdbcType<byte[]>
Types.BINARY and byte[].type| Constructor and Description |
|---|
BytesType() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
doConvertToLogFormat(byte[] value) |
protected byte[] |
doGetValue(java.sql.CallableStatement callableStatement,
int index) |
protected byte[] |
doGetValue(java.sql.ResultSet resultSet,
int index) |
protected void |
doSetValue(java.sql.PreparedStatement preparedStatement,
int index,
byte[] value) |
convertToLogFormat, getValue, getValue, registerOutParameter, setValueprotected byte[] doGetValue(java.sql.ResultSet resultSet,
int index)
throws java.sql.SQLException
doGetValue in class AbstractJdbcType<byte[]>java.sql.SQLExceptionprotected void doSetValue(java.sql.PreparedStatement preparedStatement,
int index,
byte[] value)
throws java.sql.SQLException
doSetValue in class AbstractJdbcType<byte[]>java.sql.SQLExceptionprotected byte[] doGetValue(java.sql.CallableStatement callableStatement,
int index)
throws java.sql.SQLException
doGetValue in class AbstractJdbcType<byte[]>java.sql.SQLExceptionprotected java.lang.String doConvertToLogFormat(byte[] value)
doConvertToLogFormat in class AbstractJdbcType<byte[]>