Package com.objectsql.annotation
Annotation Type RdColumn
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanintbooleanintintintint
-
Element Details
-
name
String name- Default:
""
-
nullable
boolean nullable- Default:
true
-
type
ColumnType type- Default:
NULL
-
title
String title- Default:
""
-
description
String description- Default:
""
-
defaultValue
String defaultValue- Default:
""
-
order
int order- Default:
0
-
dropped
boolean dropped- Default:
false
-
length
int length- Default:
191
-
coding
String coding- Default:
"UTF-8"
-
precision
int precision- Default:
0
-
scale
int scale- Default:
0
-
runningMode
int runningMode- Default:
-1
-