Class

com.typesafe.slick.testkit.tests.PagingTest

IDs

Related Doc: package PagingTest

Permalink

class IDs extends Table[Int]

Source
PagingTest.scala
Linear Supertypes
util.RelationalTestDB.Profile.Table[Int], AbstractTable[Int], Rep[Int], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IDs
  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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IDs(tag: slick.relational.RelationalProfile.API.Tag, name: String)

    Permalink

Type Members

  1. final type TableElementType = Int

    Permalink
    Definition Classes
    Table → AbstractTable

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *: ProvenShape[Int]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. val O: util.RelationalTestDB.Profile.columnOptions.type

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

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

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

    Permalink
    Definition Classes
    AbstractTable
  13. def encodeRef(path: Node): AbstractTable[Int]

    Permalink
    Definition Classes
    AbstractTable → Rep
  14. def ensuring(cond: (IDs) ⇒ Boolean, msg: ⇒ Any): IDs

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. 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]

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

    Permalink
    Definition Classes
    AbstractTable
  23. def formatted(fmtstr: String): String

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

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

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

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

    Permalink
    Definition Classes
    AbstractTable
  28. def indexes: Iterable[Index]

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

    Permalink
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

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

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

    Permalink
    Definition Classes
    AbstractTable
  35. val schemaName: Option[String]

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

    Permalink
    Definition Classes
    AnyRef
  37. def tableConstraints: Iterator[Constraint]

    Permalink
    Definition Classes
    AbstractTable
  38. def tableIdentitySymbol: TableIdentitySymbol

    Permalink
    Definition Classes
    Table → AbstractTable
  39. val tableName: String

    Permalink
    Definition Classes
    AbstractTable
  40. lazy val tableNode: TableNode

    Permalink
    Definition Classes
    AbstractTable
  41. def tableProvider: RelationalProfile

    Permalink
    Definition Classes
    Table
  42. val tableTag: Tag

    Permalink
    Definition Classes
    AbstractTable
  43. def toNode: Node

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def [B](y: B): (IDs, B)

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

Inherited from util.RelationalTestDB.Profile.Table[Int]

Inherited from AbstractTable[Int]

Inherited from Rep[Int]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped