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