Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ArrayFieldDescription |
The ArrayFieldDescription class represents the description of an array of data.
|
class |
BinaryFieldDescription |
Represents the description of the data in a binary (integer) field.
|
class |
CharacterFieldDescription |
Represents the description of the data in a character field.
|
class |
DateFieldDescription |
Represents the description of the data in a date field.
|
class |
DBCSEitherFieldDescription |
The DBCSEitherFieldDescription class represents the description of the data in a DBCS-either field.
|
class |
DBCSGraphicFieldDescription |
The DBCSGraphicFieldDescription class represents the description of the data in a DBCS-graphic field.
|
class |
DBCSOnlyFieldDescription |
The DBCSOnlyFieldDescription class represents the description of the data in a DBCS-only field.
|
class |
DBCSOpenFieldDescription |
The DBCSOpenFieldDescription class represents the description of the data in a DBCS-open field.
|
class |
FloatFieldDescription |
Represents the description of the data in a float field.
|
class |
HexFieldDescription |
The HexFieldDescription class represents the description of the data in a hexadecimal field.
|
class |
PackedDecimalFieldDescription |
Represents the description of the data in a packed decimal field.
|
class |
TimeFieldDescription |
Represents the description of the data in a time field.
|
class |
TimestampFieldDescription |
Represents the description of the data in a Timestamp field.
|
class |
ZonedDecimalFieldDescription |
Represents the description of the data in a zoned decimal field.
|
Modifier and Type | Method | Description |
---|---|---|
FieldDescription |
RecordFormat.getFieldDescription(int index) |
Returns the field description at the specified index.
|
FieldDescription |
RecordFormat.getFieldDescription(String name) |
Returns the field description with the specified name.
|
FieldDescription[] |
RecordFormat.getFieldDescriptions() |
Returns the field descriptions that make up this object.
|
FieldDescription |
RecordFormat.getKeyFieldDescription(int index) |
Returns the field description of the key field at the specified index.
|
FieldDescription |
RecordFormat.getKeyFieldDescription(String name) |
Returns the field description of the key field with the specified name.
|
FieldDescription[] |
RecordFormat.getKeyFieldDescriptions() |
Returns the key field descriptions that make up this object.
|
Modifier and Type | Method | Description |
---|---|---|
void |
RecordFormat.addFieldDescription(FieldDescription field) |
Adds a field description to this record format.
|
Copyright © 2024. All rights reserved.