Attributes
Members list
Type members
Classlikes
A model representing the Collate attribute to be set on the column.
A model representing the Collate attribute to be set on the column.
Value parameters
- set
-
String to be set for Collate.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all
A model representing the COLUMN_FORMAT attribute to be set on the column.
A model representing the COLUMN_FORMAT attribute to be set on the column.
Value parameters
- format
-
FIXED, DYNAMIC or DEFAULT
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all
A model for determining if a data type is null tolerant.
A model for determining if a data type is null tolerant.
Value parameters
- bool
-
true: NULL, false: NOT NULL
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all
Trait for setting SQL Default values
A model representing the KEY attribute to be set on the column.
A model representing the KEY attribute to be set on the column.
Value parameters
- kind
-
KEY Type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all
A model representing the STORAGE attribute to be set on the column.
A model representing the STORAGE attribute to be set on the column.
Value parameters
- kind
-
DISK or MEMORY
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all
A model representing the VISIBLE attribute to be set on the column.
A model representing the VISIBLE attribute to be set on the column.
Value parameters
- kind
-
VISIBLE or INVISIBLE
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Attributeclass Objecttrait Matchableclass AnyShow all