scala.slick.lifted

ForeignKeyQuery

class ForeignKeyQuery[E <: TableNode, U] extends WrappingQuery[E, U] with Constraint

Linear Supertypes
Constraint, WrappingQuery[E, U], Query[E, U], CollectionLinearizer[Seq, U], ValueLinearizer[Seq[U]], Rep[Seq[U]], WithOp, Cloneable, java.lang.Cloneable, NodeGenerator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ForeignKeyQuery
  2. Constraint
  3. WrappingQuery
  4. Query
  5. CollectionLinearizer
  6. ValueLinearizer
  7. Rep
  8. WithOp
  9. Cloneable
  10. Cloneable
  11. NodeGenerator
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ForeignKeyQuery(nodeDelegate: Node, base: ShapedValue[_ <: E, U], fks: IndexedSeq[ForeignKey[E, _]], targetBaseQuery: Query[E, U], generator: AnonSymbol, aliasedValue: E)

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 &(other: ForeignKeyQuery[E, U]): ForeignKeyQuery[E, U]

    Combine the constraints of this ForeignKeyQuery with another one with the same target table, leading to a single instance of the target table which satisfies the constraints of both.

  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. def >>[F, T](q: Query[F, T]): Query[F, T]

    Definition Classes
    Query
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. final val canBuildFrom: CanBuildFrom[Nothing, U, Seq[U]]

    Definition Classes
    QueryCollectionLinearizer
  10. def clone(): ForeignKeyQuery.this.type

    Definition Classes
    WithOp → AnyRef
  11. def drop(num: Int): Query[E, U]

    Definition Classes
    Query
  12. final lazy val elementLinearizer: ValueLinearizer[U]

    Definition Classes
    QueryCollectionLinearizer
  13. def encodeRef(sym: ast.Symbol, positions: List[Int] = Nil): Query[E, U]

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

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

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

    Definition Classes
    Query
  17. def filter[T](f: (E) ⇒ T)(implicit wt: CanBeQueryCondition[T]): Query[E, U]

    Definition Classes
    Query
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. val fks: IndexedSeq[ForeignKey[E, _]]

  20. def flatMap[F, T](f: (E) ⇒ Query[F, T]): Query[F, T]

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

    Definition Classes
    AnyRef → Any
  22. def groupBy[K, T, G, P](f: (E) ⇒ K)(implicit kshape: Shape[K, T, G], vshape: Shape[E, _, P]): Query[(G, Query[P, U]), (T, Query[P, U])]

    Definition Classes
    Query
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def innerJoin[E2, U2](q2: Query[E2, U2]): BaseJoinQuery[E, E2, U, U2]

    Definition Classes
    Query
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def join[E2, U2](q2: Query[E2, U2], jt: JoinType): BaseJoinQuery[E, E2, U, U2]

    Definition Classes
    Query
  27. def leftJoin[E2, U2](q2: Query[E2, U2]): BaseJoinQuery[E, E2, U, U2]

    Definition Classes
    Query
  28. def length: Column[Int]

    Definition Classes
    Query
  29. def map[F, G, T](f: (E) ⇒ F)(implicit shape: Shape[F, T, G]): Query[G, T]

    Definition Classes
    Query
  30. def mapOp(f: (Node, List[Int]) ⇒ Node, positions: List[Int] = Nil): ForeignKeyQuery.this.type

    Definition Classes
    WithOp
  31. final def narrowedLinearizer: RecordLinearizer[_]

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

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

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

    Definition Classes
    AnyRef
  35. final def op: Node

    Definition Classes
    WithOp
  36. def outerJoin[E2, U2](q2: Query[E2, U2]): BaseJoinQuery[E, E2, U, U2]

    Definition Classes
    Query
  37. def pack[R](implicit packing: Shape[E, _, R]): Query[R, U]

    Definition Classes
    Query
  38. final lazy val packed: Node

    Definition Classes
    Query
  39. def rightJoin[E2, U2](q2: Query[E2, U2]): BaseJoinQuery[E, E2, U, U2]

    Definition Classes
    Query
  40. def sortBy[T](f: (E) ⇒ T)(implicit arg0: (T) ⇒ Ordered): Query[E, U]

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

    Definition Classes
    AnyRef
  42. def take(num: Int): Query[E, U]

    Definition Classes
    Query
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def union[O >: E, R](other: Query[O, U]): WrappingQuery[O, U]

    Definition Classes
    Query
  45. def unionAll[O >: E, R](other: Query[O, U]): WrappingQuery[O, U]

    Definition Classes
    Query
  46. lazy val unpackable: ShapedValue[_ <: E, U]

    Definition Classes
    WrappingQueryQuery
  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  50. def where[T <: Column[_]](f: (E) ⇒ T)(implicit arg0: CanBeQueryCondition[T]): Query[E, U]

    Definition Classes
    Query
  51. def withFilter[T](f: (E) ⇒ T)(implicit arg0: CanBeQueryCondition[T]): Query[E, U]

    Definition Classes
    Query
  52. def zip[E2, U2](q2: Query[E2, U2]): Query[(E, E2), (U, U2)]

    Definition Classes
    Query
  53. def zipWith[E2, U2, F, G, T](q2: Query[E2, U2], f: (E, E2) ⇒ F)(implicit shape: Shape[F, T, G]): Query[G, T]

    Definition Classes
    Query
  54. def zipWithIndex: Query[(E, Column[Long]), (U, Long)]

    Definition Classes
    Query

Deprecated Value Members

  1. def count: Column[Int]

    Definition Classes
    Query
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0-M2) Use .length instead of .count

  2. def sub: Query[E, U]

    Definition Classes
    Query
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0-M2) Query.sub is not needed anymore

Inherited from Constraint

Inherited from WrappingQuery[E, U]

Inherited from Query[E, U]

Inherited from CollectionLinearizer[Seq, U]

Inherited from ValueLinearizer[Seq[U]]

Inherited from Rep[Seq[U]]

Inherited from WithOp

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from NodeGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped