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:


Constructor Index

 o ArrayFieldDescription()
Constructs an ArrayFieldDescription object.
 o ArrayFieldDescription(AS400Array, String)
Constructs an ArrayFieldDescription object.

Method Index

 o setDataType(AS400Array)
Sets the AS400DataType object describing this field.

Constructors

 o ArrayFieldDescription
 public ArrayFieldDescription()
Constructs an ArrayFieldDescription object.

 o 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.

Methods

 o 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