Class Modifiers
java.lang.Object
org.eclipse.dirigible.database.sql.Modifiers
The Modifiers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanThe Constant IDENTITY.static final booleanThe Constant NON_UNIQUE.static final booleanThe Constant NOT_NULL.static final booleanThe Constant NULLABLE.static final booleanThe Constant PRIMARY_KEY.static final booleanThe Constant REGULAR.static final booleanThe Constant UNIQUE. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PRIMARY_KEY
public static final boolean PRIMARY_KEYThe Constant PRIMARY_KEY.- See Also:
-
REGULAR
public static final boolean REGULARThe Constant REGULAR.- See Also:
-
NULLABLE
public static final boolean NULLABLEThe Constant NULLABLE.- See Also:
-
NOT_NULL
public static final boolean NOT_NULLThe Constant NOT_NULL.- See Also:
-
UNIQUE
public static final boolean UNIQUEThe Constant UNIQUE.- See Also:
-
NON_UNIQUE
public static final boolean NON_UNIQUEThe Constant NON_UNIQUE.- See Also:
-
IDENTITY
public static final boolean IDENTITYThe Constant IDENTITY.- See Also:
-
-
Constructor Details
-
Modifiers
public Modifiers()
-