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