Attributes
- Companion
- trait
- Source
- ColumnDefinition.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Attribute.type
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
- Source
- ColumnDefinition.scala
- Supertypes
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
- Source
- ColumnDefinition.scala
- Supertypes
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
- Source
- ColumnDefinition.scala
- Supertypes
Attributes
- Companion
- trait
- Source
- ColumnDefinition.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Default.type
Trait for setting SQL Default values
Trait for setting SQL Default values
Attributes
- Companion
- object
- Source
- ColumnDefinition.scala
- Supertypes
- Known subtypes
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
- Source
- ColumnDefinition.scala
- Supertypes
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
- Source
- ColumnDefinition.scala
- Supertypes
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
- Source
- ColumnDefinition.scala
- Supertypes