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