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