com.typesafe.slick.testkit.tests.ZipTest

Categories

object Categories extends Table[(Int, String)]

Linear Supertypes
scala.slick.driver.ExtendedProfile.Table[(Int, String)], AbstractTable[(Int, String)], NullaryNode, SimpleNode, ColumnBase[(Int, String)], RecordLinearizer[(Int, String)], ValueLinearizer[(Int, String)], Rep[(Int, String)], WithOp, Cloneable, Cloneable, TableNode, Node, NodeGenerator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Categories
  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 *: Projection2[Int, String]

    Definition Classes
    Categories → 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(): Categories.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: (Categories.this.type) ⇒ Column[P])(implicit tm: TypeMapper[P]): BasicQueryTemplate[P, (Int, String)]

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

    Definition Classes
    AbstractTable
  13. def ddl: DDL

    Definition Classes
    Table
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. 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
  18. final def foreignKeys: Iterable[ForeignKey[_ <: TableNode, _]]

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  27. def mapOp(f: (Node, List[Int]) ⇒ Node, positions: List[Int]): Categories.this.type

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

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

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

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

    Definition Classes
    Node
  32. val nodeChildren: Nil.type

    Definition Classes
    NullaryNode → Node
  33. def nodeDelegate: Node

    Definition Classes
    Node → NodeGenerator
  34. def nodeIntrinsicSymbol: IntrinsicSymbol

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

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

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

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

    Definition Classes
    AbstractTable → TableNode
  39. def nodeTableSymbol: TableSymbol

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

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

    Definition Classes
    AnyRef
  42. final def op: Node

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

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

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

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

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

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

    Definition Classes
    AbstractTable
  49. val tableName: String

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

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

Inherited from AbstractTable[(Int, String)]

Inherited from NullaryNode

Inherited from SimpleNode

Inherited from ColumnBase[(Int, String)]

Inherited from RecordLinearizer[(Int, String)]

Inherited from ValueLinearizer[(Int, String)]

Inherited from Rep[(Int, String)]

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