com.typesafe.slick.testkit.tests.UnionTest

Employees

Related Doc: package UnionTest

class Employees extends slick.profile.RelationalProfile.API.Table[(Int, String, Int)]

Source
UnionTest.scala
Linear Supertypes
slick.profile.RelationalProfile.Table[(Int, String, Int)], AbstractTable[(Int, String, Int)], Rep[(Int, String, Int)], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Employees
  2. Table
  3. AbstractTable
  4. Rep
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Employees(tag: slick.profile.RelationalProfile.API.Tag)

Type Members

  1. final type TableElementType = (Int, String, Int)

    Definition Classes
    Table → AbstractTable

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def *: ProvenShape[(Int, String, Int)]

    Definition Classes
    Employees → AbstractTable
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Employees to any2stringadd[Employees] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (Employees, B)

    Implicit information
    This member is added by an implicit conversion from Employees to ArrowAssoc[Employees] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  7. val O: slick.profile.RelationalProfile.columnOptions.type

    Definition Classes
    Table
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def collectFieldSymbols(n: Node): Iterable[FieldSymbol]

    Attributes
    protected[this]
    Definition Classes
    AbstractTable
  11. def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]

    Definition Classes
    Table
  12. def create_*: Iterable[FieldSymbol]

    Definition Classes
    AbstractTable
  13. def departmentIs(dept: String): Rep[Boolean]

  14. def encodeRef(path: Node): AbstractTable[(Int, String, Int)]

    Definition Classes
    AbstractTable → Rep
  15. def ensuring(cond: (Employees) ⇒ Boolean, msg: ⇒ Any): Employees

    Implicit information
    This member is added by an implicit conversion from Employees to Ensuring[Employees] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (Employees) ⇒ Boolean): Employees

    Implicit information
    This member is added by an implicit conversion from Employees to Ensuring[Employees] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): Employees

    Implicit information
    This member is added by an implicit conversion from Employees to Ensuring[Employees] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): Employees

    Implicit information
    This member is added by an implicit conversion from Employees to Ensuring[Employees] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def foreignKey[P, PU, TT <: AbstractTable[_], U](name: String, sourceColumns: P, targetTableQuery: TableQuery[TT])(targetColumns: (TT) ⇒ P, onUpdate: ForeignKeyAction, onDelete: ForeignKeyAction)(implicit unpack: Shape[_ <: FlatShapeLevel, TT, U, _], unpackp: Shape[_ <: FlatShapeLevel, P, PU, _]): ForeignKeyQuery[TT, U]

    Definition Classes
    AbstractTable
  23. final def foreignKeys: Iterable[ForeignKey]

    Definition Classes
    AbstractTable
  24. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Employees to StringFormat[Employees] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def id: Rep[Int]

  28. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index

    Definition Classes
    AbstractTable
  29. def indexes: Iterable[Index]

    Definition Classes
    AbstractTable
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def manager: Rep[Int]

  32. def name: Rep[String]

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey

    Definition Classes
    AbstractTable
  37. final def primaryKeys: Iterable[PrimaryKey]

    Definition Classes
    AbstractTable
  38. val schemaName: Option[String]

    Definition Classes
    AbstractTable
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def tableConstraints: Iterator[Constraint]

    Definition Classes
    AbstractTable
  41. def tableIdentitySymbol: TableIdentitySymbol

    Definition Classes
    Table → AbstractTable
  42. val tableName: String

    Definition Classes
    AbstractTable
  43. lazy val tableNode: TableNode

    Definition Classes
    AbstractTable
  44. def tableProvider: RelationalDriver

    Definition Classes
    Table
  45. val tableTag: Tag

    Definition Classes
    AbstractTable
  46. def toNode: Node

    Definition Classes
    AbstractTable → Rep
  47. def toString(): String

    Definition Classes
    Rep → AnyRef → Any
  48. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def [B](y: B): (Employees, B)

    Implicit information
    This member is added by an implicit conversion from Employees to ArrowAssoc[Employees] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from slick.profile.RelationalProfile.Table[(Int, String, Int)]

Inherited from AbstractTable[(Int, String, Int)]

Inherited from Rep[(Int, String, Int)]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Employees to any2stringadd[Employees]

Inherited by implicit conversion StringFormat from Employees to StringFormat[Employees]

Inherited by implicit conversion Ensuring from Employees to Ensuring[Employees]

Inherited by implicit conversion ArrowAssoc from Employees to ArrowAssoc[Employees]

Ungrouped