com.ibm.as400.access
Interface VariableLengthFieldDescription
- All Known Implementing Classes:
- CharacterFieldDescription, DBCSGraphicFieldDescription, DBCSOnlyFieldDescription, DBCSOpenFieldDescription, DBCSEitherFieldDescription, HexFieldDescription
- public interface VariableLengthFieldDescription
The VariableLengthFieldDescription interface provides an interface
for FieldDescription subclasses that can contain
variable-length data.
Method Summary |
boolean |
isVariableLength()
Indicates if the field is a variable-length field. |
void |
setVariableLength(boolean value)
Sets the value that indicates if the field is a variable-length field. |
isVariableLength
public 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 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.