Class LocalDateTimeTypeHandler
java.lang.Object
cool.scx.jdbc.type_handler.time.LocalDateTimeTypeHandler
- All Implemented Interfaces:
TypeHandler<LocalDateTime>
为不支持 LocalDateTime 的数据库添加 string 类型的兼容支持
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetObject(PreparedStatement ps, int i, LocalDateTime 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
-
LocalDateTimeTypeHandler
public LocalDateTimeTypeHandler()
-
-
Method Details
-
setObject
- Specified by:
setObjectin interfaceTypeHandler<LocalDateTime>- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceTypeHandler<LocalDateTime>- Throws:
SQLException
-