slick.codegen.AbstractGenerator.AbstractTableDef.AbstractTypeDef
Common interface for definitions that define a type (class, case class, ...) within the generated code
Attributes
- Source:
- AbstractGenerator.scala
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Known subtypes
Members list
Concise view
Basic customization overrides
Indicates whether this will be included in the generated code
Name as desired in Scala Code. (Allowed to collide with Scala keywords. Will be automatically escaped.)
Name as desired in Scala Code. (Allowed to collide with Scala keywords. Will be automatically escaped.)
Attributes
- Inherited from:
- AbstractDef
- Source:
- AbstractGenerator.scala
Value members
Name (escaped if colliding with Scala keyword).
Scala doc comment with code
Returns Some(this) if enabled else None