Object

com.typesafe.slick.testkit.tests.ForceInsertQueryTest

peopleTable

Related Doc: package ForceInsertQueryTest

Permalink

object peopleTable extends TableQuery[People]

Source
ForceInsertQueryTest.scala
Linear Supertypes
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 filterIf(p: Boolean)(f: (People) ⇒ Rep[Boolean]): Query[People, People.TableElementType, Seq]

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

    Permalink
    Definition Classes
    Query
  20. def filterOpt[V, T <: Rep[_]](optValue: Option[V])(f: (People, V) ⇒ T)(implicit arg0: CanBeQueryCondition[T]): Query[People, People.TableElementType, Seq]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. 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
  26. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    Query
  29. 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
  30. 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
  31. 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
  32. def length: Rep[Int]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Query
  50. lazy val toNode: Node

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Query
  59. 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
  60. 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