Packages

c

slick.ast

SimpleTableIdentitySymbol

case class SimpleTableIdentitySymbol(constituents: AnyRef*) extends TableIdentitySymbol with Product with Serializable

Default implementation of TableIdentitySymbol

Source
Symbol.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleTableIdentitySymbol
  2. Serializable
  3. Product
  4. Equals
  5. TableIdentitySymbol
  6. TypeSymbol
  7. Symbol
  8. AnyRef
  9. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SimpleTableIdentitySymbol(constituents: AnyRef*)

Value Members

  1. val constituents: AnyRef*
  2. def name: String
    Definition Classes
    SimpleTableIdentitySymbolSymbol
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def toString(): String
    Definition Classes
    Symbol → AnyRef → Any