MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
String | name () default"" |
String | allowsNull () default"" |
String | defaultValue () default"" |
Annotation for a column in the database.
Definition at line 31 of file Column.java.
String com.mysql.clusterj.annotation.Column.allowsNull | ( | ) |
Whether the column allows null values to be inserted. This overrides the database definition and requires that the application provide non-null values for the database column.
String com.mysql.clusterj.annotation.Column.defaultValue | ( | ) |
Default value for this column.
String com.mysql.clusterj.annotation.Column.name | ( | ) |
Name of the column.