Skip to main content
Package com.gpudb

Annotation Type RecordObject.Column

Enclosing class:

@Retention(RUNTIME) @Target(FIELD) public static @interface RecordObject.Column
Indicates that a public field is a GPUdb type column.
  • Required Element Summary

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

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

    • name

      String name
      The name of the column. If not specified, the field name will be used.
      Default:
      ""
    • 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.
    • properties

      String[] properties
      A list of properties that are applicable to the column.
      Default: