slick.codegen.AbstractGenerator.TableDef
Scala code
Scala code
Scala doc comment
Scala doc comment
Name as desired in Scala Code.
Name as desired in Scala Code. (Allowed to collide with Scala keywords. Will be automatically escaped.)
Scala doc comment with code
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).
Inherited traits.
(typeDef: StringAdd).self
(typeDef: StringFormat).self
(typeDef: ArrowAssoc[TypeDef]).x
(Since version 2.10.0) Use leftOfArrow
instead
(typeDef: Ensuring[TypeDef]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Common interface for definitions that define a type (class, case class, ...) within the generated code