Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CharacterFieldDescription.setDataType(AS400Text dataType) |
Sets the AS400DataType object describing this field.
|
void |
DateFieldDescription.setDataType(AS400Text dataType) |
Sets the AS400DataType object describing this field.
|
void |
DBCSEitherFieldDescription.setDataType(AS400Text dataType) |
Sets the AS400DataType object describing this field.
|
void |
DBCSGraphicFieldDescription.setDataType(AS400Text dataType) |
Sets the AS400DataType object describing this field.
|
void |
DBCSOnlyFieldDescription.setDataType(AS400Text dataType) |
Sets the AS400DataType object describing this field.
|
void |
DBCSOpenFieldDescription.setDataType(AS400Text dataType) |
Sets the AS400DataType object describing this field.
|
void |
TimeFieldDescription.setDataType(AS400Text dataType) |
Sets the AS400DataType object describing this field.
|
void |
TimestampFieldDescription.setDataType(AS400Text dataType) |
Sets the AS400DataType object describing this field.
|
Constructor | Description |
---|---|
CharacterFieldDescription(AS400Text dataType,
String name) |
Constructs a CharacterFieldDescription object.
|
CharacterFieldDescription(AS400Text dataType,
String name,
String ddsName) |
Constructs a CharacterFieldDescription object.
|
DateFieldDescription(AS400Text dataType,
String name) |
Constructs a DateFieldDescription object.
|
DateFieldDescription(AS400Text dataType,
String name,
String ddsName) |
Constructs a DateFieldDescription object.
|
DBCSEitherFieldDescription(AS400Text dataType,
String name) |
Constructs a DBCSEitherFieldDescription object.
|
DBCSEitherFieldDescription(AS400Text dataType,
String name,
String ddsName) |
Constructs a DBCSEitherFieldDescription object.
|
DBCSGraphicFieldDescription(AS400Text dataType,
String name) |
Constructs a DBCSGraphicFieldDescription object.
|
DBCSGraphicFieldDescription(AS400Text dataType,
String name,
String ddsName) |
Constructs a DBCSGraphicFieldDescription object.
|
DBCSOnlyFieldDescription(AS400Text dataType,
String name) |
Constructs a DBCSOnlyFieldDescription object.
|
DBCSOnlyFieldDescription(AS400Text dataType,
String name,
String ddsName) |
Constructs a DBCSOnlyFieldDescription object.
|
DBCSOpenFieldDescription(AS400Text dataType,
String name) |
Constructs a DBCSOpenFieldDescription object.
|
DBCSOpenFieldDescription(AS400Text dataType,
String name,
String ddsName) |
Constructs a DBCSOpenFieldDescription object.
|
TimeFieldDescription(AS400Text dataType,
String name) |
Constructs a TimeFieldDescription object.
|
TimeFieldDescription(AS400Text dataType,
String name,
String ddsName) |
Constructs a TimeFieldDescription object.
|
TimestampFieldDescription(AS400Text dataType,
String name) |
Constructs a TimestampFieldDescription object.
|
TimestampFieldDescription(AS400Text dataType,
String name,
String ddsName) |
Constructs a TimestampFieldDescription object.
|
Copyright © 2024. All rights reserved.