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