Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AS400AbstractTime |
An abstract base class for converters between IBM i date/time values and corresponding Java objects.
|
class |
AS400Array |
The AS400Array class provides a composite data type representing an array of AS400DataType objects.
|
class |
AS400Bin1 |
Provides a converter between a
Byte object and a signed one-byte binary number. |
class |
AS400Bin2 |
The AS400Bin2 class provides a converter between a Short object and a signed two-byte binary number.
|
class |
AS400Bin4 |
The AS400Bin4 class provides a converter between an Integer object and a signed four-byte binary number.
|
class |
AS400Bin8 |
The AS400Bin8 class provides a converter between a Long object and a signed eight-byte binary number.
|
class |
AS400ByteArray |
The AS400ByteArray class provides a converter between a byte array and fixed-length byte array representing IBM i data that is not convertible.
|
class |
AS400Date |
Provides a converter between a
java.sql.Date object and an IBM i date value such
as "12/31/97". |
class |
AS400DecFloat |
The AS400DecFloat class provides a converter between a BigDecimal object and a DecimalFloat type.
|
class |
AS400Float4 |
The AS400Float4 class provides a converter between a Float object and a four-byte floating point number.
|
class |
AS400Float8 |
The AS400Float8 class provides a converter between a Double object and a eight-byte floating point number.
|
class |
AS400PackedDecimal |
Provides a converter between a BigDecimal object and a packed decimal format floating point number.
|
class |
AS400Structure |
Provides a composite data type representing a structure of AS400DataType objects.
|
class |
AS400Text |
Provides character set conversion between Java String objects and IBM i code pages.
|
class |
AS400Time |
Provides a converter between a
java.sql.Time object and an IBM i time
value such as "23:59:59" or "11:59 PM". |
class |
AS400Timestamp |
Provides a converter between a
java.sql.Timestamp object and
an IBM i timestamp value such as "1997-12-31-23.59.59.999999". |
class |
AS400UnsignedBin1 |
Provides a converter between a
Short object and an unsigned one-byte binary number. |
class |
AS400UnsignedBin2 |
The AS400UnsignedBin2 class provides a converter between an Integer object and an unsigned two-byte binary number.
|
class |
AS400UnsignedBin4 |
The AS400UnsignedBin4 class provides a converter between a Long object and a unsigned four-byte binary number.
|
class |
AS400UnsignedBin8 |
Provides a converter between a
BigInteger object and an unsigned eight-byte binary number. |
class |
AS400Varchar |
|
class |
AS400ZonedDecimal |
The AS400ZonedDecimal class provides a converter between a BigDecimal object and a zoned decimal format floating point number.
|
Modifier and Type | Method | Description |
---|---|---|
AS400DataType |
FieldDescription.getDataType() |
Returns the AS400DataType object describing this field, as specified on construction.
|
AS400DataType[] |
AS400Structure.getMembers() |
Returns the data types of the members of the structure.
|
AS400DataType |
AS400Structure.getMembers(int index) |
Returns the data type of the member of the structure at the specified index.
|
AS400DataType |
AS400Array.getType() |
Returns the type of the array.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
FieldDescription.setDataType(AS400DataType dataType) |
Sets the AS400DataType object describing this field.
|
void |
AS400Structure.setMembers(int index,
AS400DataType member) |
Sets the data type of the member of the structure at the specified index.
|
void |
AS400Structure.setMembers(AS400DataType[] members) |
Sets the data types of the members of the structure.
|
void |
AS400Array.setType(AS400DataType type) |
Sets the type of the array.
|
Constructor | Description |
---|---|
AS400Array(AS400DataType type,
int size) |
Constructs an AS400Array object.
|
AS400Structure(AS400DataType[] members) |
Constructs an AS400Structure object.
|
FieldDescription(AS400DataType dataType,
String name) |
Constructs a FieldDescription object.
|
FieldDescription(AS400DataType dataType,
String name,
String ddsName) |
Constructs a FieldDescription object.
|
Copyright © 2024. All rights reserved.