slick.codegen.AbstractSourceCodeGenerator.TableDef
Scala code
Scala code
Columns code generators in correct order
Columns code generators in correct order
Name used in the db or a default name
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
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
Name (escaped if colliding with Scala keyword).
Name (escaped if colliding with Scala keyword).
Name as desired in Scala Code.
Name as desired in Scala Code. (Allowed to collide with Scala keywords. Will be automatically escaped.)
(primaryKeyDef: StringAdd).self
(primaryKeyDef: StringFormat).self
(primaryKeyDef: ArrowAssoc[PrimaryKeyDef]).x
(Since version 2.10.0) Use leftOfArrow
instead
(primaryKeyDef: Ensuring[PrimaryKeyDef]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
PrimaryKey related generator definition (Currently only used for composite primary keys.)