Class OffsetDateTimeTypeHandler
java.lang.Object
cool.scx.jdbc.type_handler.time.OffsetDateTimeTypeHandler
- All Implemented Interfaces:
TypeHandler<OffsetDateTime>
OffsetDateTimeTypeHandler
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetObject(PreparedStatement ps, int i, OffsetDateTime 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
-
OffsetDateTimeTypeHandler
public OffsetDateTimeTypeHandler()
-
-
Method Details
-
setObject
- Specified by:
setObjectin interfaceTypeHandler<OffsetDateTime>- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceTypeHandler<OffsetDateTime>- Throws:
SQLException
-