public interface SQLVariableCompressible
| Modifier and Type | Method | 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 SQLException
rawBytes - the raw bytes for the system.offset - the offset into the byte array.ccsidConverter - the converter.SQLException - If a database error occurs.Copyright © 2024. All rights reserved.