All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.ArrayFieldDescription
java.lang.Object
|
+----com.ibm.as400.access.FieldDescription
|
+----com.ibm.as400.access.ArrayFieldDescription
- public class ArrayFieldDescription
- extends FieldDescription
- implements Serializable
The ArrayFieldDescription class represents the description of an array of data.
It allows:
- The user to describe an array of AS/400 data.
- The Java program to describe an array of AS/400 data to the user.
-
ArrayFieldDescription()
- Constructs an ArrayFieldDescription object.
-
ArrayFieldDescription(AS400Array, String)
- Constructs an ArrayFieldDescription object.
-
setDataType(AS400Array)
- Sets the AS400DataType object describing this field.
ArrayFieldDescription
public ArrayFieldDescription()
- Constructs an ArrayFieldDescription object.
ArrayFieldDescription
public ArrayFieldDescription(AS400Array dataType,
String name)
- Constructs an ArrayFieldDescription object. It uses the specified data type
and name of the field.
- Parameters:
- dataType - Describes the field and provides
the conversion capability for the contents of the field.
- name - The name of the field.
setDataType
public void setDataType(AS400Array dataType)
- Sets the AS400DataType object describing this field.
- Parameters:
- dataType - The AS400DataType that describes this field.
All Packages Class Hierarchy This Package Previous Next Index