Class CollectionValueHandler<TElementType,TCollectionType extends Collection<TElementType>>
java.lang.Object
de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler<TCollectionType>
de.bytefish.pgbulkinsert.pgsql.handlers.CollectionValueHandler<TElementType,TCollectionType>
- All Implemented Interfaces:
IValueHandler<TCollectionType>,ValueHandler
public class CollectionValueHandler<TElementType,TCollectionType extends Collection<TElementType>>
extends BaseValueHandler<TCollectionType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetLength(TCollectionType value) protected voidinternalHandle(DataOutputStream buffer, TCollectionType value) Methods inherited from class de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler
handle
-
Constructor Details
-
CollectionValueHandler
-
-
Method Details
-
internalHandle
- Specified by:
internalHandlein classBaseValueHandler<TCollectionType extends Collection<TElementType>>- Throws:
Exception
-
getLength
-