public class InterfaceUtilities extends Object
| Constructor and Description |
|---|
InterfaceUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
convertBigDecimalToSQLBigNum(BigDecimal bd,
int targetLength,
int targetScale) |
static BigDecimal |
convertSQLBigNumToBigDecimal(byte[] sourceData,
int scale,
boolean swap,
boolean isUnsigned) |
public static byte[] convertBigDecimalToSQLBigNum(BigDecimal bd, int targetLength, int targetScale)
public static BigDecimal convertSQLBigNumToBigDecimal(byte[] sourceData, int scale, boolean swap, boolean isUnsigned)
Copyright © 2017. All Rights Reserved.