All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.as400.access.VariableLengthFieldDescription
- public interface VariableLengthFieldDescription
The VariableLengthFieldDescription interface provides an interface
for FieldDescription subclasses that can contain
variable-length data.
-
isVariableLength()
- Indicates if the field is a variable-length field.
-
setVariableLength(boolean)
- Sets the value that indicates if the field is a variable-length field.
isVariableLength
public abstract boolean isVariableLength()
- Indicates if the field is a variable-length field.
- Returns:
- true if the field is a variable-length field; false otherwise.
setVariableLength
public abstract void setVariableLength(boolean value)
- Sets the value that indicates if the field is a variable-length field.
- Parameters:
- value - true if the field is a variable-length field; false otherwise.
All Packages Class Hierarchy This Package Previous Next Index