Package com.gpudb

Annotation Type RecordObject.Column

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int order
      The order of the column relative to other columns.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String name
      The name of the column.
      String[] properties
      A list of properties that are applicable to the column.
    • Element Detail

      • order

        int order
        The order of the column relative to other columns. If two columns have the same value for order, they will be sorted by name.
      • name

        String name
        The name of the column. If not specified, the field name will be used.
        Default:
        ""
      • properties

        String[] properties
        A list of properties that are applicable to the column.
        See Also:
        ColumnProperty
        Default:
        {}