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