|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.as400.access.FieldDescription | +--com.ibm.as400.access.ArrayFieldDescription
The ArrayFieldDescription class represents the description of an array of data. It allows:
Fields inherited from class com.ibm.as400.access.FieldDescription |
ALIGN_LEFT, ALIGN_RIGHT |
Constructor Summary | |
ArrayFieldDescription()
Constructs an ArrayFieldDescription object. |
|
ArrayFieldDescription(AS400Array dataType,
java.lang.String name)
Constructs an ArrayFieldDescription object. |
Method Summary | |
void |
setDataType(AS400Array dataType)
Sets the AS400DataType object describing this field. |
Methods inherited from class com.ibm.as400.access.FieldDescription |
getALIAS, getALWNULL, getCOLHDG, getDataType, getDDSName, getDFT, getDFTCurrentValue, getFieldName, getKeyFieldFunctions, getLayoutAlignment, getLayoutLength, getLength, getREFFLD, getTEXT, isDFTCurrent, isDFTNull, setALIAS, setALWNULL, setCOLHDG, setDataType, setDDSName, setFieldName, setKeyFieldFunctions, setLayoutAlignment, setLayoutAttributes, setLayoutLength, setREFFLD, setTEXT |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ArrayFieldDescription()
public ArrayFieldDescription(AS400Array dataType, java.lang.String name)
dataType
- Describes the field and provides
the conversion capability for the contents of the field.name
- The name of the field.Method Detail |
public void setDataType(AS400Array dataType)
dataType
- The AS400DataType that describes this field.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |