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