com.ibm.as400.access

Class ArrayFieldDescription

  • All Implemented Interfaces:
    java.io.Serializable


    public class ArrayFieldDescription
    extends FieldDescription
    implements java.io.Serializable
    The ArrayFieldDescription class represents the description of an array of data. It allows:
    • The user to describe an array of data.
    • The Java program to describe an array of data to the user.
    See Also:
    Serialized Form
    • Constructor Detail

      • ArrayFieldDescription

        public ArrayFieldDescription()
        Constructs an ArrayFieldDescription object.
      • ArrayFieldDescription

        public ArrayFieldDescription(AS400Array dataType,
                             java.lang.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.
    • Method Detail

      • setDataType

        public void setDataType(AS400Array dataType)
        Sets the AS400DataType object describing this field.
        Parameters:
        dataType - The AS400DataType that describes this field.