Packages

c

slick.ast

FieldSymbol

case class FieldSymbol(name: String)(options: Seq[ColumnOption[_]], tpe: Type) extends TermSymbol with Product with Serializable

A named symbol which refers to an (aliased or unaliased) field.

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

Instance Constructors

  1. new FieldSymbol(name: String)(options: Seq[ColumnOption[_]], tpe: Type)

Value Members

  1. def existsColumnOption[T <: ColumnOption[_]](implicit ct: ClassTag[T]): Boolean
  2. def findColumnOption[T <: ColumnOption[_]](implicit ct: ClassTag[T]): Option[T]
  3. val name: String
    Definition Classes
    FieldSymbolSymbol
  4. val options: Seq[ColumnOption[_]]
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def toString(): String
    Definition Classes
    Symbol → AnyRef → Any
  7. val tpe: Type