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