Package com.gpudb
Annotation Type RecordObject.Column
-
@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 intorderThe order of the column relative to other columns.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringnameThe name of the column.String[]propertiesA list of properties that are applicable to the column.
-
-
-
-
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:
- {}
-
-