slick.codegen.AbstractGenerator.TableDef
Scala code
Scala code
Columns code generators
Name used in the db or a default name
Adds one or more X to the end of the given string to avoid collisions with column names.
Adds one or more X to the end of the given string to avoid collisions with column names.
Scala doc comment
Scala doc comment with code
Indicates whether this will be included in the generated code
Indicates whether this will be included in the generated code
Returns Some(this) if enabled else None
Returns Some(this) if enabled else None
corresponding Slick meta model component
Name (escaped if colliding with Scala keyword).
Name (escaped if colliding with Scala keyword).
Name as desired in Scala Code.
(indexDef: StringAdd).self
(indexDef: StringFormat).self
(indexDef: ArrowAssoc[IndexDef]).x
(Since version 2.10.0) Use leftOfArrow
instead
(indexDef: Ensuring[IndexDef]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Index related generator definition
corresponding Slick meta model component