com.typesafe.slick.testkit.tests.MainTest

Orders

object Orders extends Table[(Int, Int, String, Boolean, Option[Boolean])]

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

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

    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, Int, String, Boolean, Option[Boolean])

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

    Definition Classes
    AnyRef → Any
  23. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[T, _, _]): Index

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

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

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

    Definition Classes
    WithOp
  27. final def narrowedLinearizer: RecordLinearizer[(Int, Int, String, Boolean, Option[Boolean])]

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

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

    Definition Classes
    Node
  30. val nodeChildren: Nil.type

    Definition Classes
    NullaryNode → Node
  31. def nodeDelegate: Node

    Definition Classes
    Node → NodeGenerator
  32. def nodeIntrinsicSymbol: IntrinsicSymbol

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

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

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

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

    Definition Classes
    AbstractTable → TableNode
  37. def nodeTableSymbol: TableSymbol

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

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

    Definition Classes
    AnyRef
  40. final def op: Node

    Definition Classes
    WithOp
  41. def orderID: Column[Int]

  42. def primaryKey[T](name: String, sourceColumns: T)(implicit unpack: Shape[T, _, _]): PrimaryKey

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

    Definition Classes
    AbstractTable
  44. def product: Column[String]

  45. def rebate: Column[Option[Boolean]]

  46. val schemaName: Option[String]

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

    Definition Classes
    AbstractTable → RecordLinearizer
  48. def shipped: Column[Boolean]

  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, Int, String, Boolean, Option[Boolean])): Unit

    Definition Classes
    AbstractTable → RecordLinearizer
  54. def userID: Column[Int]

  55. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

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

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

Inherited from NullaryNode

Inherited from SimpleNode

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

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

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

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

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