Default Constructor
Copy Constructor
data column constraints to copy
Case sensitive name of constraint
Lowercase type name of constraint: range | enum | glob
For ranges and globs, describes the constraing; for enums, describes the enum value.
Maximum value for 'range' or NULL for 'enum' or 'glob' constraint_type
0 (false) if max value is exclusive, or 1 (true) if max value is inclusive
Minimum value for 'range' or NULL for 'enum' or 'glob' constraint_type
0 (false) if min value is exclusive, or 1 (true) if min value is inclusive
Specified case sensitive value for enum or glob or NULL for range constraint_type
Static
Readonly
COLUMN_constraintName field name
Static
Readonly
COLUMN_constraintType field name
Static
Readonly
COLUMN_description field name
Static
Readonly
COLUMN_max field name
Static
Readonly
COLUMN_maxIsInclusive field name
Static
Readonly
COLUMN_min field name
Static
Readonly
COLUMN_minIsInclusive field name
Static
Readonly
COLUMN_value field name
Static
Readonly
TABLE_Table name
Get the id
DataColumnConstraintsKey
Generated using TypeDoc
Contains data to specify restrictions on basic data type column values