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