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