Class

slick.lifted

BaseJoinQuery

Related Doc: package lifted

Permalink

final class BaseJoinQuery[+E1, +E2, U1, U2, C[_], +B1, +B2] extends WrappingQuery[(E1, E2), (U1, U2), C]

Source
Query.scala
Linear Supertypes
WrappingQuery[(E1, E2), (U1, U2), C], Query[(E1, E2), (U1, U2), C], QueryBase[C[(U1, U2)]], Rep[C[(U1, U2)]], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseJoinQuery
  2. WrappingQuery
  3. Query
  4. QueryBase
  5. Rep
  6. AnyRef
  7. 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 BaseJoinQuery(leftGen: TermSymbol, rightGen: TermSymbol, left: Node, right: Node, jt: JoinType, base: ShapedValue[_ <: (E1, E2), (U1, U2)], b1: B1, b2: B2)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BaseJoinQuery[E1, E2, U1, U2, C, B1, B2] to any2stringadd[BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[O >: (E1, E2), R, D[_]](other: Query[O, (U1, U2), D]): Query[O, (U1, U2), C]

    Permalink

    Return a new query containing the elements from both operands.

    Return a new query containing the elements from both operands. Duplicate elements are preserved.

    Definition Classes
    Query
  5. def ->[B](y: B): (BaseJoinQuery[E1, E2, U1, U2, C, B1, B2], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BaseJoinQuery[E1, E2, U1, U2, C, B1, B2] to ArrowAssoc[BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def distinct: Query[(E1, E2), (U1, U2), C]

    Permalink

    Remove duplicate elements.

    Remove duplicate elements. When used on an ordered Query, there is no guarantee in which order duplicates are removed. This method is equivalent to distinctOn(identity).

    Definition Classes
    Query
  10. def distinctOn[F, T](f: ((E1, E2)) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, _]): Query[(E1, E2), (U1, U2), C]

    Permalink

    Remove duplicate elements which are the same in the given projection.

    Remove duplicate elements which are the same in the given projection. When used on an ordered Query, there is no guarantee in which order duplicates are removed.

    Definition Classes
    Query
  11. def drop(num: Int): Query[(E1, E2), (U1, U2), C]

    Permalink

    Select all elements except the first num ones.

    Select all elements except the first num ones.

    Definition Classes
    Query
  12. def drop(num: Long): Query[(E1, E2), (U1, U2), C]

    Permalink

    Select all elements except the first num ones.

    Select all elements except the first num ones.

    Definition Classes
    Query
  13. def drop(num: ConstColumn[Long]): Query[(E1, E2), (U1, U2), C]

    Permalink

    Select all elements except the first num ones.

    Select all elements except the first num ones.

    Definition Classes
    Query
  14. def encodeRef(path: Node): Query[(E1, E2), (U1, U2), C]

    Permalink

    Encode a reference into this Rep.

    Encode a reference into this Rep.

    Definition Classes
    QueryRep
  15. def ensuring(cond: (BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]) ⇒ Boolean, msg: ⇒ Any): BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BaseJoinQuery[E1, E2, U1, U2, C, B1, B2] to Ensuring[BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]) ⇒ Boolean): BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BaseJoinQuery[E1, E2, U1, U2, C, B1, B2] to Ensuring[BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BaseJoinQuery[E1, E2, U1, U2, C, B1, B2] to Ensuring[BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BaseJoinQuery[E1, E2, U1, U2, C, B1, B2] to Ensuring[BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    Test whether this query is non-empty.

    Test whether this query is non-empty.

    Definition Classes
    Query
  22. def filter[T <: Rep[_]](f: ((E1, E2)) ⇒ T)(implicit wt: CanBeQueryCondition[T]): Query[(E1, E2), (U1, U2), C]

    Permalink

    Select all elements of this query which satisfy a predicate.

    Select all elements of this query which satisfy a predicate. Unlike withFilter, this method only allows Rep-valued predicates, so it guards against the accidental use plain Booleans.

    Definition Classes
    Query
  23. def filterIf(p: Boolean)(f: ((E1, E2)) ⇒ Rep[Boolean]): Query[(E1, E2), (U1, U2), C]

    Permalink

    Applies the given filter function, if the boolean parameter p evaluates to true.

    Applies the given filter function, if the boolean parameter p evaluates to true. If not, the filter will not be part of the query.

    Definition Classes
    Query
  24. def filterNot[T <: Rep[_]](f: ((E1, E2)) ⇒ T)(implicit wt: CanBeQueryCondition[T]): Query[(E1, E2), (U1, U2), C]

    Permalink
    Definition Classes
    Query
  25. def filterOpt[V, T <: Rep[_]](optValue: Option[V])(f: ((E1, E2), V) ⇒ T)(implicit arg0: CanBeQueryCondition[T]): Query[(E1, E2), (U1, U2), C]

    Permalink

    Applies the given filter, if the Option value is defined.

    Applies the given filter, if the Option value is defined. If the value is None, the filter will not be part of the query.

    Definition Classes
    Query
  26. def finalize(): Unit

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

    Permalink

    Build a new query by applying a function to all elements of this query and using the elements of the resulting queries.

    Build a new query by applying a function to all elements of this query and using the elements of the resulting queries. This corresponds to an implicit inner join in SQL.

    Definition Classes
    Query
  28. def forUpdate: Query[(E1, E2), (U1, U2), C]

    Permalink

    Specify part of a select statement for update and marked for row level locking

    Specify part of a select statement for update and marked for row level locking

    Definition Classes
    Query
  29. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BaseJoinQuery[E1, E2, U1, U2, C, B1, B2] to StringFormat[BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def groupBy[K, T, G, P](f: ((E1, E2)) ⇒ K)(implicit kshape: Shape[_ <: FlatShapeLevel, K, T, G], vshape: Shape[_ <: FlatShapeLevel, (E1, E2), _, P]): Query[(G, Query[P, (U1, U2), Seq]), (T, Query[P, (U1, U2), Seq]), C]

    Permalink

    Partition this query into a query of pairs of a key and a nested query containing the elements for the key, according to some discriminator function.

    Partition this query into a query of pairs of a key and a nested query containing the elements for the key, according to some discriminator function.

    Definition Classes
    Query
  32. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  34. def join[E2, U2, D[_]](q2: Query[E2, U2, D]): BaseJoinQuery[(E1, E2), E2, (U1, U2), U2, C, (E1, E2), E2]

    Permalink

    Join two queries with a cross join or inner join.

    Join two queries with a cross join or inner join. An optional join predicate can be specified later by calling on.

    Definition Classes
    Query
  35. def joinFull[E1 >: (E1, E2), 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, C, (E1, E2), E2]

    Permalink

    Join two queries with a full outer join.

    Join two queries with a full outer join. An optional join predicate can be specified later by calling on. Both sides of the join are lifted to an Option. If at least one element on either side matches the other side, all matching elements are returned as Some, otherwise a single None row is returned.

    Definition Classes
    Query
  36. def joinLeft[E2, U2, D[_], O2](q2: Query[E2, _, D])(implicit ol: OptionLift[E2, O2], sh: Shape[FlatShapeLevel, O2, U2, _]): BaseJoinQuery[(E1, E2), O2, (U1, U2), U2, C, (E1, E2), E2]

    Permalink

    Join two queries with a left outer join.

    Join two queries with a left outer join. An optional join predicate can be specified later by calling on. The right side of the join is lifted to an Option. If at least one element on the right matches, all matching elements are returned as Some, otherwise a single None row is returned.

    Definition Classes
    Query
  37. def joinRight[E1 >: (E1, E2), 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, C, (E1, E2), E2]

    Permalink

    Join two queries with a right outer join.

    Join two queries with a right outer join. An optional join predicate can be specified later by calling on. The left side of the join is lifted to an Option. If at least one element on the left matches, all matching elements are returned as Some, otherwise a single None row is returned.

    Definition Classes
    Query
  38. def length: Rep[Int]

    Permalink

    The total number of elements (i.e.

    The total number of elements (i.e. rows).

    Definition Classes
    Query
  39. def map[F, G, T](f: ((E1, E2)) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, G]): Query[G, T, C]

    Permalink

    Build a new query by applying a function to all elements of this query.

    Build a new query by applying a function to all elements of this query.

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

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

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

    Permalink
    Definition Classes
    AnyRef
  43. def on[T <: Rep[_]](pred: (B1, B2) ⇒ T)(implicit wt: CanBeQueryCondition[T]): Query[(E1, E2), (U1, U2), C]

    Permalink

    Add a join condition to a join operation.

  44. def pack[R](implicit packing: Shape[_ <: FlatShapeLevel, (E1, E2), _, R]): Query[R, (U1, U2), C]

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

    Permalink
    Definition Classes
    Query
  46. val shaped: ShapedValue[_ <: (E1, E2), (U1, U2)]

    Permalink
    Definition Classes
    WrappingQueryQuery
  47. def size: Rep[Int]

    Permalink

    The total number of elements (i.e.

    The total number of elements (i.e. rows).

    Definition Classes
    Query
  48. def sortBy[T](f: ((E1, E2)) ⇒ T)(implicit ev: (T) ⇒ Ordered): Query[(E1, E2), (U1, U2), C]

    Permalink

    Sort this query according to a function which extracts the ordering criteria from the query's elements.

    Sort this query according to a function which extracts the ordering criteria from the query's elements.

    Definition Classes
    Query
  49. def sorted(implicit ev: ((E1, E2)) ⇒ Ordered): Query[(E1, E2), (U1, U2), C]

    Permalink

    Sort this query according to a the ordering of its elements.

    Sort this query according to a the ordering of its elements.

    Definition Classes
    Query
  50. def subquery: Query[(E1, E2), (U1, U2), C]

    Permalink

    Force a subquery to be created when using this Query as part of a larger Query.

    Force a subquery to be created when using this Query as part of a larger Query. This method should never be necessary for correctness. If a query works with an explicit .subquery call but fails without, this should be considered a bug in Slick. The method is exposed in the API to enable workarounds to be written in such cases.

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

    Permalink
    Definition Classes
    AnyRef
  52. def take(num: Int): Query[(E1, E2), (U1, U2), C]

    Permalink

    Select the first num elements.

    Select the first num elements.

    Definition Classes
    Query
  53. def take(num: Long): Query[(E1, E2), (U1, U2), C]

    Permalink

    Select the first num elements.

    Select the first num elements.

    Definition Classes
    Query
  54. def take(num: ConstColumn[Long]): Query[(E1, E2), (U1, U2), C]

    Permalink

    Select the first num elements.

    Select the first num elements.

    Definition Classes
    Query
  55. def to[D[_]](implicit ctc: TypedCollectionTypeConstructor[D]): Query[(E1, E2), (U1, U2), D]

    Permalink

    Change the collection type to build when executing the query.

    Change the collection type to build when executing the query.

    Definition Classes
    Query
  56. val toNode: Node

    Permalink

    Get the Node for this Rep.

    Get the Node for this Rep.

    Definition Classes
    WrappingQueryRep
  57. def toString(): String

    Permalink
    Definition Classes
    Rep → AnyRef → Any
  58. def union[O >: (E1, E2), R, D[_]](other: Query[O, (U1, U2), D]): Query[O, (U1, U2), C]

    Permalink

    Return a new query containing the elements from both operands.

    Return a new query containing the elements from both operands. Duplicate elements are eliminated from the result.

    Definition Classes
    Query
  59. def unionAll[O >: (E1, E2), R, D[_]](other: Query[O, (U1, U2), D]): Query[O, (U1, U2), C]

    Permalink

    Return a new query containing the elements from both operands.

    Return a new query containing the elements from both operands. Duplicate elements are preserved.

    Definition Classes
    Query
  60. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def withFilter[T](f: ((E1, E2)) ⇒ T)(implicit arg0: CanBeQueryCondition[T]): Query[(E1, E2), (U1, U2), C]

    Permalink

    Select all elements of this query which satisfy a predicate.

    Select all elements of this query which satisfy a predicate. This method is used when desugaring for-comprehensions over queries. There is no reason to call it directly because it is the same as filter.

    Definition Classes
    Query
  64. def zip[E2, U2, D[_]](q2: Query[E2, U2, D]): Query[((E1, E2), E2), ((U1, U2), U2), C]

    Permalink

    Return a query formed from this query and another query by combining corresponding elements in pairs.

    Return a query formed from this query and another query by combining corresponding elements in pairs.

    Definition Classes
    Query
  65. def zipWith[E2, U2, F, G, T, D[_]](q2: Query[E2, U2, D], f: ((E1, E2), E2) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, G]): Query[G, T, C]

    Permalink

    Return a query formed from this query and another query by combining corresponding elements with the specified function.

    Return a query formed from this query and another query by combining corresponding elements with the specified function.

    Definition Classes
    Query
  66. def zipWithIndex: BaseJoinQuery[(E1, E2), Rep[Long], (U1, U2), Long, C, (E1, E2), Rep[Long]]

    Permalink

    Zip this query with its indices (starting at 0).

    Zip this query with its indices (starting at 0).

    Definition Classes
    Query
  67. def [B](y: B): (BaseJoinQuery[E1, E2, U1, U2, C, B1, B2], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BaseJoinQuery[E1, E2, U1, U2, C, B1, B2] to ArrowAssoc[BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def countDistinct: Rep[Int]

    Permalink

    The number of distinct elements of the query.

    The number of distinct elements of the query.

    Definition Classes
    Query
    Annotations
    @deprecated
    Deprecated

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

Inherited from WrappingQuery[(E1, E2), (U1, U2), C]

Inherited from Query[(E1, E2), (U1, U2), C]

Inherited from QueryBase[C[(U1, U2)]]

Inherited from Rep[C[(U1, U2)]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from BaseJoinQuery[E1, E2, U1, U2, C, B1, B2] to any2stringadd[BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]]

Inherited by implicit conversion StringFormat from BaseJoinQuery[E1, E2, U1, U2, C, B1, B2] to StringFormat[BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]]

Inherited by implicit conversion Ensuring from BaseJoinQuery[E1, E2, U1, U2, C, B1, B2] to Ensuring[BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]]

Inherited by implicit conversion ArrowAssoc from BaseJoinQuery[E1, E2, U1, U2, C, B1, B2] to ArrowAssoc[BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]]

Ungrouped