Class Modifiers
java.lang.Object
org.eclipse.dirigible.database.sql.Modifiers
public class Modifiers extends Object
The Modifiers.
-
Field Summary
Fields Modifier and Type Field Description static booleanIDENTITYThe Constant IDENTITY.static booleanNON_UNIQUEThe Constant NON_UNIQUE.static booleanNOT_NULLThe Constant NOT_NULL.static booleanNULLABLEThe Constant NULLABLE.static booleanPRIMARY_KEYThe Constant PRIMARY_KEY.static booleanREGULARThe Constant REGULAR.static booleanUNIQUEThe Constant UNIQUE. -
Constructor Summary
Constructors Constructor Description Modifiers() -
Method Summary
-
Field Details
-
PRIMARY_KEY
public static final boolean PRIMARY_KEYThe Constant PRIMARY_KEY.- See Also:
- Constant Field Values
-
REGULAR
public static final boolean REGULARThe Constant REGULAR.- See Also:
- Constant Field Values
-
NULLABLE
public static final boolean NULLABLEThe Constant NULLABLE.- See Also:
- Constant Field Values
-
NOT_NULL
public static final boolean NOT_NULLThe Constant NOT_NULL.- See Also:
- Constant Field Values
-
UNIQUE
public static final boolean UNIQUEThe Constant UNIQUE.- See Also:
- Constant Field Values
-
NON_UNIQUE
public static final boolean NON_UNIQUEThe Constant NON_UNIQUE.- See Also:
- Constant Field Values
-
IDENTITY
public static final boolean IDENTITYThe Constant IDENTITY.- See Also:
- Constant Field Values
-
-
Constructor Details
-
Modifiers
public Modifiers()
-