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.


Method Index

 o isVariableLength()
Indicates if the field is a variable-length field.
 o setVariableLength(boolean)
Sets the value that indicates if the field is a variable-length field.

Methods

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