com.typesafe.slick.testkit.tests.UnionTest

Employees

object Employees extends Table[(Int, String, Int)]

Linear Supertypes
scala.slick.driver.ExtendedProfile.Table[(Int, String, Int)], AbstractTable[(Int, String, Int)], NullaryNode, SimpleNode, ColumnBase[(Int, String, Int)], RecordLinearizer[(Int, String, Int)], ValueLinearizer[(Int, String, Int)], Rep[(Int, String, Int)], WithOp, Cloneable, Cloneable, TableNode, Node, NodeGenerator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Employees
  2. Table
  3. AbstractTable
  4. NullaryNode
  5. SimpleNode
  6. ColumnBase
  7. RecordLinearizer
  8. ValueLinearizer
  9. Rep
  10. WithOp
  11. Cloneable
  12. Cloneable
  13. TableNode
  14. Node
  15. NodeGenerator
  16. AnyRef
  17. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def *: Projection3[Int, String, Int]

    Definition Classes
    Employees → AbstractTable
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. val O: scala.slick.driver.ExtendedProfile.columnOptions.type

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

    Definition Classes
    Any
  9. def clone(): Employees.this.type

    Definition Classes
    WithOp → AnyRef
  10. def column[C](n: String, options: ColumnOption[C]*)(implicit tm: TypeMapper[C]): Column[C]

    Definition Classes
    Table
  11. def createFinderBy[P](f: (Employees.this.type) ⇒ Column[P])(implicit tm: TypeMapper[P]): BasicQueryTemplate[P, (Int, String, Int)]

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

    Definition Classes
    AbstractTable
  13. def ddl: DDL

    Definition Classes
    Table
  14. def departmentIs(dept: String): Column[Boolean]

  15. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def foreignKey[P, PU, TT <: TableNode, U](name: String, sourceColumns: P, targetTable: TT)(targetColumns: (TT) ⇒ P, onUpdate: ForeignKeyAction, onDelete: ForeignKeyAction)(implicit unpack: Shape[TT, U, _], unpackp: Shape[P, PU, _]): ForeignKeyQuery[TT, U]

    Definition Classes
    AbstractTable
  19. final def foreignKeys: Iterable[ForeignKey[_ <: TableNode, _]]

    Definition Classes
    AbstractTable
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getLinearizedNodes: IndexedSeq[Node]

    Definition Classes
    AbstractTable → RecordLinearizer
  22. def getResult(profile: BasicProfile, rs: PositionedResult): (Int, String, Int)

    Definition Classes
    AbstractTable → RecordLinearizer
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def id: Column[Int]

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

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

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

    Definition Classes
    Any
  28. def manager: Column[Int]

  29. def mapOp(f: (Node, List[Int]) ⇒ Node, positions: List[Int]): Employees.this.type

    Definition Classes
    WithOp
  30. def name: Column[String]

  31. final def narrowedLinearizer: RecordLinearizer[(Int, String, Int)]

    Definition Classes
    RecordLinearizer → ValueLinearizer
  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. def nodeChildNames: Iterable[String]

    Definition Classes
    Node
  34. val nodeChildren: Nil.type

    Definition Classes
    NullaryNode → Node
  35. def nodeDelegate: Node

    Definition Classes
    Node → NodeGenerator
  36. def nodeIntrinsicSymbol: IntrinsicSymbol

    Definition Classes
    Node
  37. def nodeMapChildren(f: (Node) ⇒ Node): Node

    Definition Classes
    SimpleNode → Node
  38. final def nodeMapNodes(s: Iterable[Node], f: (Node) ⇒ Node): Option[IndexedSeq[Node]]

    Attributes
    protected[this]
    Definition Classes
    Node
  39. final def nodeRebuild(ch: IndexedSeq[Node]): Node

    Attributes
    protected[this]
    Definition Classes
    NullaryNode → SimpleNode
  40. def nodeShaped_*: ShapedValue[_, _]

    Definition Classes
    AbstractTable → TableNode
  41. def nodeTableSymbol: TableSymbol

    Definition Classes
    TableNode
  42. final def notify(): Unit

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

    Definition Classes
    AnyRef
  44. final def op: Node

    Definition Classes
    WithOp
  45. def primaryKey[T](name: String, sourceColumns: T)(implicit unpack: Shape[T, _, _]): PrimaryKey

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

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

    Definition Classes
    AbstractTable
  48. def setParameter(profile: BasicProfile, ps: PositionedParameters, value: Option[(Int, String, Int)]): Unit

    Definition Classes
    AbstractTable → RecordLinearizer
  49. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    AbstractTable
  51. val tableName: String

    Definition Classes
    AbstractTable → TableNode
  52. def toString(): String

    Definition Classes
    TableNode → Node → AnyRef → Any
  53. def updateResult(profile: BasicProfile, rs: PositionedResult, value: (Int, String, Int)): Unit

    Definition Classes
    AbstractTable → RecordLinearizer
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from scala.slick.driver.ExtendedProfile.Table[(Int, String, Int)]

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

Inherited from NullaryNode

Inherited from SimpleNode

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

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

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

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

Inherited from WithOp

Inherited from Cloneable

Inherited from Cloneable

Inherited from TableNode

Inherited from Node

Inherited from NodeGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped