Class OffsetTimeTypeHandler
java.lang.Object
cool.scx.jdbc.type_handler.time.OffsetTimeTypeHandler
- All Implemented Interfaces:
TypeHandler<OffsetTime>
OffsetTimeTypeHandler
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetObject(PreparedStatement ps, int i, OffsetTime parameter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.jdbc.type_handler.TypeHandler
getDefaultValue
-
Constructor Details
-
OffsetTimeTypeHandler
public OffsetTimeTypeHandler()
-
-
Method Details
-
setObject
- Specified by:
setObjectin interfaceTypeHandler<OffsetTime>- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceTypeHandler<OffsetTime>- Throws:
SQLException
-