Class LocalDateTimeValueHandler
- java.lang.Object
-
- de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler<LocalDateTime>
-
- de.bytefish.pgbulkinsert.pgsql.handlers.LocalDateTimeValueHandler
-
- All Implemented Interfaces:
IValueHandler<LocalDateTime>,ValueHandler
public class LocalDateTimeValueHandler extends BaseValueHandler<LocalDateTime>
-
-
Constructor Summary
Constructors Constructor Description LocalDateTimeValueHandler()LocalDateTimeValueHandler(IValueConverter<LocalDateTime,Long> dateTimeConverter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength(LocalDateTime value)protected voidinternalHandle(DataOutputStream buffer, LocalDateTime value)-
Methods inherited from class de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler
handle
-
-
-
-
Constructor Detail
-
LocalDateTimeValueHandler
public LocalDateTimeValueHandler()
-
LocalDateTimeValueHandler
public LocalDateTimeValueHandler(IValueConverter<LocalDateTime,Long> dateTimeConverter)
-
-
Method Detail
-
internalHandle
protected void internalHandle(DataOutputStream buffer, LocalDateTime value) throws Exception
- Specified by:
internalHandlein classBaseValueHandler<LocalDateTime>- Throws:
Exception
-
getLength
public int getLength(LocalDateTime value)
-
-