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