Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ConvTable1364 |
|
class |
ConvTable13676 |
|
class |
ConvTable1377 |
|
class |
ConvTable1388 |
|
class |
ConvTable1399 |
|
class |
ConvTable5026 |
|
class |
ConvTable5035 |
|
class |
ConvTable5473 |
|
class |
ConvTable930 |
|
class |
ConvTable933 |
|
class |
ConvTable935 |
|
class |
ConvTable937 |
|
class |
ConvTable939 |
|
class |
ConvTableAsciiMap |
This is the parent class for all ConvTableXXX classes that represent single-byte ASCII ccsids.
|
class |
ConvTableBidiMap |
The parent class for all ConvTableXXX classes that represent bidi ccsids.
|
class |
ConvTableDoubleMap |
This is the parent class for all ConvTableXXX classes that represent double-byte ccsids.
|
class |
ConvTableJavaMap |
This is the class representing a Java converter table.
|
class |
ConvTableMixedMap |
This is the parent class for all ConvTableXXX classes that represent mixed-byte ccsids.
|
class |
ConvTableSingleMap |
This is the parent class for all ConvTableXXX classes that represent single-byte ccsids.
|
class |
ConvTableUnicodeBigMap |
Modifier and Type | Field | Description |
---|---|---|
protected ConvTable |
AS400JDBCClobLocator.converter_ |
|
ConvTable |
ConverterImplRemote.table_ |
Modifier and Type | Method | Description |
---|---|---|
ConvTable |
AS400JDBCConnectionImpl.getConverter() |
|
ConvTable |
AS400JDBCConnectionImpl.getConverter(int ccsid) |
Returns the converter for the specified CCSID, unless
it is 0 or 65535 (i.e.
|
ConvTable |
AS400JDBCConnectionRedirect.getConverter() |
|
ConvTable |
AS400JDBCConnectionRedirect.getConverter(int ccsid) |
|
ConvTable |
AS400JDBCConnectionImpl.getPackageCCSID_Converter() |
|
ConvTable |
AS400JDBCConnectionRedirect.getPackageCCSID_Converter() |
|
static ConvTable |
ConvTable.getTable(int ccsid,
AS400ImplRemote system) |
|
static ConvTable |
ConvTable.getTable(String encoding) |
Modifier and Type | Method | Description |
---|---|---|
void |
SQLDataBase.convertFromRawBytes(byte[] rawBytes,
int offset,
ConvTable converter) |
Loads the contents of the data from raw bytes, as returned
in a reply from the system.
|
abstract void |
SQLDataBase.convertFromRawBytes(byte[] rawBytes,
int offset,
ConvTable converter,
boolean ignoreConversionErrors) |
|
int |
SQLVariableCompressible.convertToCompressedBytes(byte[] rawBytes,
int offset,
ConvTable ccsidConverter) |
Converts the contents of the data in compressed bytes, as needed
in a request to the system.
|
abstract void |
SQLDataBase.convertToRawBytes(byte[] rawBytes,
int offset,
ConvTable ccsidConverter) |
Converts the contents of the data in raw bytes, as needed
in a request to the system.
|
void |
SQLDataBase.validateRawTruncatedData(byte[] rawBytes,
int offset,
ConvTable ccsidConverter) |
validates that raw truncated data is correct.
|
Constructor | Description |
---|---|
ConverterImplRemote(ConvTable table) |
Copyright © 2024. All rights reserved.