MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.annotation.Column Interface Reference

Public Member Functions

String name () default""
String allowsNull () default""
String defaultValue () default""

Detailed Description

Annotation for a column in the database.

Definition at line 31 of file Column.java.

Member Function Documentation

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.

Returns
whether the column allows null values to be inserted

Here is the caller graph for this function:

String com.mysql.clusterj.annotation.Column.defaultValue ( )

Default value for this column.

Returns
the default value for this column

Here is the caller graph for this function:

String com.mysql.clusterj.annotation.Column.name ( )

Name of the column.

Returns
the name of the column

Here is the caller graph for this function:


The documentation for this interface was generated from the following file: