Object

com.typesafe.slick.testkit.tests.ForceInsertQueryTest

peopleTable

Related Doc: package ForceInsertQueryTest

Permalink

object peopleTable extends TableQuery[People]

Source
ForceInsertQueryTest.scala
Linear Supertypes
TableQuery[People], Query[People, People.TableElementType, Seq], QueryBase[Seq[People.TableElementType]], Rep[Seq[People.TableElementType]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. peopleTable
  2. TableQuery
  3. Query
  4. QueryBase
  5. Rep
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++[O >: People, R, D[_]](other: Query[O, People.TableElementType, D]): Query[O, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def baseTableRow: People

    Permalink
    Definition Classes
    TableQuery
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def distinct: Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  9. def distinctOn[F, T](f: (People) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, _]): Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  10. def drop(num: Int): Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  11. def drop(num: Long): Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  12. def drop(num: ConstColumn[Long]): Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  13. def encodeRef(path: Node): Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query → Rep
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def exists: Rep[Boolean]

    Permalink
    Definition Classes
    Query
  17. def filter[T <: Rep[_]](f: (People) ⇒ T)(implicit wt: CanBeQueryCondition[T]): Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  18. def filterNot[T <: Rep[_]](f: (People) ⇒ T)(implicit wt: CanBeQueryCondition[T]): Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def flatMap[F, T, D[_]](f: (People) ⇒ Query[F, T, D]): Query[F, T, Seq]

    Permalink
    Definition Classes
    Query
  21. def forUpdate: Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def groupBy[K, T, G, P](f: (People) ⇒ K)(implicit kshape: Shape[_ <: FlatShapeLevel, K, T, G], vshape: Shape[_ <: FlatShapeLevel, People, _, P]): Query[(G, Query[P, People.TableElementType, Seq]), (T, Query[P, People.TableElementType, Seq]), Seq]

    Permalink
    Definition Classes
    Query
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def join[E2, U2, D[_]](q2: Query[E2, U2, D]): BaseJoinQuery[People, E2, People.TableElementType, U2, Seq, People, E2]

    Permalink
    Definition Classes
    Query
  27. def joinFull[E1 >: People, E2, U2, D[_], O1, U1, O2](q2: Query[E2, _, D])(implicit ol1: OptionLift[E1, O1], sh1: Shape[FlatShapeLevel, O1, U1, _], ol2: OptionLift[E2, O2], sh2: Shape[FlatShapeLevel, O2, U2, _]): BaseJoinQuery[O1, O2, U1, U2, Seq, People, E2]

    Permalink
    Definition Classes
    Query
  28. def joinLeft[E2, U2, D[_], O2](q2: Query[E2, _, D])(implicit ol: OptionLift[E2, O2], sh: Shape[FlatShapeLevel, O2, U2, _]): BaseJoinQuery[People, O2, People.TableElementType, U2, Seq, People, E2]

    Permalink
    Definition Classes
    Query
  29. def joinRight[E1 >: People, E2, U2, D[_], O1, U1](q2: Query[E2, U2, D])(implicit ol: OptionLift[E1, O1], sh: Shape[FlatShapeLevel, O1, U1, _]): BaseJoinQuery[O1, E2, U1, U2, Seq, People, E2]

    Permalink
    Definition Classes
    Query
  30. def length: Rep[Int]

    Permalink
    Definition Classes
    Query
  31. def map[F, G, T](f: (People) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, G]): Query[G, T, Seq]

    Permalink
    Definition Classes
    Query
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def pack[R](implicit packing: Shape[_ <: FlatShapeLevel, People, _, R]): Query[R, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  36. final lazy val packed: Node

    Permalink
    Definition Classes
    Query
  37. lazy val shaped: ShapedValue[People, People.TableElementType]

    Permalink
    Definition Classes
    TableQuery → Query
  38. def size: Rep[Int]

    Permalink
    Definition Classes
    Query
  39. def someForcedInsert(person: Person): FixedSqlAction[Int, NoStream, Write]

    Permalink
  40. def sortBy[T](f: (People) ⇒ T)(implicit ev: (T) ⇒ Ordered): Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  41. def sorted(implicit ev: (People) ⇒ Ordered): Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  42. def subquery: Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def take(num: Int): Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  45. def take(num: Long): Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  46. def take(num: ConstColumn[Long]): Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  47. def to[D[_]](implicit ctc: TypedCollectionTypeConstructor[D]): Query[People, People.TableElementType, D]

    Permalink
    Definition Classes
    Query
  48. lazy val toNode: Node

    Permalink
    Definition Classes
    TableQuery → Rep
  49. def toString(): String

    Permalink
    Definition Classes
    Rep → AnyRef → Any
  50. def union[O >: People, R, D[_]](other: Query[O, People.TableElementType, D]): Query[O, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  51. def unionAll[O >: People, R, D[_]](other: Query[O, People.TableElementType, D]): Query[O, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  52. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def withFilter[T](f: (People) ⇒ T)(implicit arg0: CanBeQueryCondition[T]): Query[People, People.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  56. def zip[E2, U2, D[_]](q2: Query[E2, U2, D]): Query[(People, E2), (People.TableElementType, U2), Seq]

    Permalink
    Definition Classes
    Query
  57. def zipWith[E2, U2, F, G, T, D[_]](q2: Query[E2, U2, D], f: (People, E2) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, G]): Query[G, T, Seq]

    Permalink
    Definition Classes
    Query
  58. def zipWithIndex: BaseJoinQuery[People, Rep[Long], People.TableElementType, Long, Seq, People, Rep[Long]]

    Permalink
    Definition Classes
    Query

Deprecated Value Members

  1. def countDistinct: Rep[Int]

    Permalink
    Definition Classes
    Query
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use length on distinct or distinctOn instead of countDistinct

Inherited from TableQuery[People]

Inherited from Query[People, People.TableElementType, Seq]

Inherited from QueryBase[Seq[People.TableElementType]]

Inherited from Rep[Seq[People.TableElementType]]

Inherited from AnyRef

Inherited from Any

Ungrouped