- All Implemented Interfaces:
SqlLogFormatter<LocalTime>,JdbcType<LocalTime>
A JDBC type for
Types.TIME and LocalTime.-
Field Summary
Fields inherited from class org.seasar.doma.jdbc.type.AbstractJdbcType
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringdoConvertToLogFormat(LocalTime value) protected LocalTimedoGetValue(CallableStatement callableStatement, int index) doGetValue(ResultSet resultSet, int index) protected voiddoSetValue(PreparedStatement preparedStatement, int index, LocalTime value) Methods inherited from class org.seasar.doma.jdbc.type.AbstractJdbcType
convertToLogFormat, getValue, getValue, registerOutParameter, setValue
-
Constructor Details
-
LocalTimeType
public LocalTimeType()
-
-
Method Details
-
doGetValue
- Specified by:
doGetValuein classAbstractJdbcType<LocalTime>- Throws:
SQLException
-
doSetValue
protected void doSetValue(PreparedStatement preparedStatement, int index, LocalTime value) throws SQLException - Specified by:
doSetValuein classAbstractJdbcType<LocalTime>- Throws:
SQLException
-
doGetValue
- Specified by:
doGetValuein classAbstractJdbcType<LocalTime>- Throws:
SQLException
-
doConvertToLogFormat
- Specified by:
doConvertToLogFormatin classAbstractJdbcType<LocalTime>
-