The IfxToDateTimeUnloadString() method
The IfxToDateTimeUnloadString() method converts the HCL OneDB™ DATETIME data type to the Java™ string data type, which is in format compatible with SQL LOAD/UNLOAD format. The conversion path is HCL OneDB to decimal to string.
Method signature
public static String IfxToDateTimeUnloadString (byte b [], int offset, int length, short prec)
Input parameters
- b
- The bytes encoding data
- offset
- The offset into byte array.
- prec
- The precision as received from HCL OneDB.
- length
- The data length.