Class

co.actioniq.luna.compiled.InSeqDbUUIDImplicits

EqAnyValuesHelper

Related Doc: package InSeqDbUUIDImplicits

Permalink

implicit class EqAnyValuesHelper[T] extends AnyRef

Implicit class to allow filtering on sequence of uuid

T

underlying field type

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EqAnyValuesHelper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EqAnyValuesHelper(c: slick.jdbc.JdbcProfile.API.Rep[T])(implicit tt: TypedType[T])

    Permalink

    c

    field

    tt

    underlying field type implicitly

Type Members

  1. type o = AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val any: (Seq[Rep[_]]) ⇒ Rep[String]

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def inSeqDbUUID100[R](toSplit: slick.jdbc.JdbcProfile.API.Rep[BoundedSeq100[DbUUID]])(implicit om: OptionMapper2[Boolean, T, Boolean, Boolean, T, R]): slick.jdbc.JdbcProfile.API.Rep[R]

    Permalink

    Perform an in statement for a sequence of uuids.

    Perform an in statement for a sequence of uuids. This is for compiled queries since you do not know how many items at compile time. The code creates an in statement with the input placeholder and 99 placeholders, which is 100 items in total.

    R

    return type (boolean)

    toSplit

    sequence of uuids

    om

    some slick bs

  13. def inSeqDbUUID1000[R](toSplit: slick.jdbc.JdbcProfile.API.Rep[BoundedSeq1000[DbUUID]])(implicit om: OptionMapper2[Boolean, T, Boolean, Boolean, T, R]): slick.jdbc.JdbcProfile.API.Rep[R]

    Permalink
  14. def inSeqDbUUID200[R](toSplit: slick.jdbc.JdbcProfile.API.Rep[BoundedSeq200[DbUUID]])(implicit om: OptionMapper2[Boolean, T, Boolean, Boolean, T, R]): slick.jdbc.JdbcProfile.API.Rep[R]

    Permalink
  15. def inSeqDbUUID500[R](toSplit: slick.jdbc.JdbcProfile.API.Rep[BoundedSeq500[DbUUID]])(implicit om: OptionMapper2[Boolean, T, Boolean, Boolean, T, R]): slick.jdbc.JdbcProfile.API.Rep[R]

    Permalink
  16. def inSeqDbUUIDLimit[R, S <: BoundedSeq[DbUUID]](toSplit: slick.jdbc.JdbcProfile.API.Rep[S], limit: Int)(implicit om: OptionMapper2[Boolean, T, Boolean, Boolean, T, R]): slick.jdbc.JdbcProfile.API.Rep[R]

    Permalink
  17. def inSeqLongOpt100[R](toSplit: slick.jdbc.JdbcProfile.API.Rep[BoundedSeq100[DbLongOptId]])(implicit om: OptionMapper2[Boolean, T, Boolean, Boolean, T, R]): slick.jdbc.JdbcProfile.API.Rep[R]

    Permalink
  18. def inSeqLongOpt1000[R](toSplit: slick.jdbc.JdbcProfile.API.Rep[BoundedSeq1000[DbLongOptId]])(implicit om: OptionMapper2[Boolean, T, Boolean, Boolean, T, R]): slick.jdbc.JdbcProfile.API.Rep[R]

    Permalink
  19. def inSeqLongOpt200[R](toSplit: slick.jdbc.JdbcProfile.API.Rep[BoundedSeq200[DbLongOptId]])(implicit om: OptionMapper2[Boolean, T, Boolean, Boolean, T, R]): slick.jdbc.JdbcProfile.API.Rep[R]

    Permalink
  20. def inSeqLongOpt500[R](toSplit: slick.jdbc.JdbcProfile.API.Rep[BoundedSeq500[DbLongOptId]])(implicit om: OptionMapper2[Boolean, T, Boolean, Boolean, T, R]): slick.jdbc.JdbcProfile.API.Rep[R]

    Permalink
  21. def inSeqLongOptLimit[R, S <: BoundedSeq[DbLongOptId]](toSplit: slick.jdbc.JdbcProfile.API.Rep[S], limit: Int)(implicit om: OptionMapper2[Boolean, T, Boolean, Boolean, T, R]): slick.jdbc.JdbcProfile.API.Rep[R]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped