slick.codegen.AbstractSourceCodeGenerator.TableDef
Scala code
Scala code
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.)
(tableValueDef: StringAdd).self
(tableValueDef: StringFormat).self
(tableValueDef: ArrowAssoc[TableValueDef]).x
(Since version 2.10.0) Use leftOfArrow
instead
(tableValueDef: Ensuring[TableValueDef]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Table value generator definition (generates a collection-like value representing this database table).