com.typesafe.slick.testkit.tests.ColumnDefaultTest

A

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

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

    Definition Classes
    A → 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. def a: Column[String]

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def b: Column[Option[Boolean]]

  11. def clone(): A.this.type

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

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

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

    Definition Classes
    AbstractTable
  15. def ddl: DDL

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

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

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

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

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

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

    Definition Classes
    AbstractTable → RecordLinearizer
  23. def getResult(profile: BasicProfile, rs: PositionedResult): (Int, String, Option[Boolean])

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

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

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

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

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

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

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

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

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

    Definition Classes
    Node
  33. val nodeChildren: Nil.type

    Definition Classes
    NullaryNode → Node
  34. def nodeDelegate: Node

    Definition Classes
    Node → NodeGenerator
  35. def nodeIntrinsicSymbol: IntrinsicSymbol

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

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

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

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

    Definition Classes
    AbstractTable → TableNode
  40. def nodeTableSymbol: TableSymbol

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

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

    Definition Classes
    AnyRef
  43. final def op: Node

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

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

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

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

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

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

    Definition Classes
    AbstractTable
  50. val tableName: String

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

    Definition Classes
    TableNode → Node → AnyRef → Any
  52. def updateResult(profile: BasicProfile, rs: PositionedResult, value: (Int, String, Option[Boolean])): Unit

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

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

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

Inherited from NullaryNode

Inherited from SimpleNode

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

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

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

Inherited from Rep[(Int, String, 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