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