Class FloatValueHandler<T extends Number>
- java.lang.Object
-
- de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler<T>
-
- de.bytefish.pgbulkinsert.pgsql.handlers.FloatValueHandler<T>
-
- All Implemented Interfaces:
IValueHandler<T>,ValueHandler
public class FloatValueHandler<T extends Number> extends BaseValueHandler<T>
-
-
Constructor Summary
Constructors Constructor Description FloatValueHandler()
-
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)
-
-