com.ibm.as400.access

Interface VariableLengthFieldDescription

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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.
    • Method Detail

      • isVariableLength

        boolean isVariableLength()
        Indicates if the field is a variable-length field.
        Returns:
        true if the field is a variable-length field; false otherwise.
      • setVariableLength

        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.