slick.codegen.AbstractGenerator.AbstractTableDef.AbstractTableValueDef
Table value generator definition (generates a collection-like value representing this database table).
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
- Source:
- AbstractGenerator.scala
Value members
Adds one or more X to the end of the given string to avoid collisions with column names.
Scala doc comment with code
Returns Some(this) if enabled else None
Name (escaped if colliding with Scala keyword).