All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.com.ibm.as400.access.SQLVariableCompressible Maven / Gradle / Ivy

There is a newer version: 20.0.7
Show newest version
package com.ibm.as400.access;

import java.sql.SQLException;

public interface SQLVariableCompressible {
  /**
  Converts the contents of the data in compressed bytes, as needed
  in a request to the system.
  @param  rawBytes         the raw bytes for the system.
  @param  offset           the offset into the byte array.
  @param  ccsidConverter   the converter.
  @return number of bytes written
   * @throws SQLException 
  **/
  public int convertToCompressedBytes(byte[] rawBytes, int offset, ConvTable ccsidConverter)
  throws SQLException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy