public interface SQLVariableCompressible
Modifier and Type | Method and Description |
---|---|
int |
convertToCompressedBytes(byte[] rawBytes,
int offset,
ConvTable ccsidConverter)
Converts the contents of the data in compressed bytes, as needed
in a request to the system.
|
int convertToCompressedBytes(byte[] rawBytes, int offset, ConvTable ccsidConverter) throws java.sql.SQLException
rawBytes
- the raw bytes for the system.offset
- the offset into the byte array.ccsidConverter
- the converter.java.sql.SQLException
- If a database error occurs.