Package

co.actioniq.luna

compiled

Permalink

package compiled

Visibility
  1. Public
  2. All

Type Members

  1. trait BoundedSeq[T] extends AnyRef

    Permalink
  2. case class BoundedSeq100[T](seq: Seq[T], limit: Int = 100) extends BoundedSeq[T] with Product with Serializable

    Permalink
  3. case class BoundedSeq1000[T](seq: Seq[T], limit: Int = 1000) extends BoundedSeq[T] with Product with Serializable

    Permalink
  4. case class BoundedSeq200[T](seq: Seq[T], limit: Int = 200) extends BoundedSeq[T] with Product with Serializable

    Permalink
  5. case class BoundedSeq500[T](seq: Seq[T], limit: Int = 500) extends BoundedSeq[T] with Product with Serializable

    Permalink
  6. trait InSeqDbUUIDImplicits extends AnyRef

    Permalink

    The ugly way to do a compiled query with "in" clause.

    The ugly way to do a compiled query with "in" clause. This code will create a compiled query with an in clause and 100 ?s since at compile time you do not know how many inputs you will have. Your code will fill in as many ?s as possible and then the rest will be an empty value, which should not affect the resultset.

  7. class Placeholder extends Ordered[Placeholder]

    Permalink

    Placeholder class for compiled queries.

    Placeholder class for compiled queries. More or less an empty ?

  8. class PlaceholderJdbcType extends AnyRef

    Permalink

    Describe to slick how to interact with a placeholder

  9. class SeqDbUUIDJdbcType extends AnyRef

    Permalink
  10. class SeqLongOptJdbcType extends AnyRef

    Permalink
  11. class SingletonMap[K, T] extends AnyRef

    Permalink

    Simple singleton map that only has one value per key

    Simple singleton map that only has one value per key

    K

    key type

    T

    value type

  12. trait SlickCompiledFunctionSingleton extends AnyRef

    Permalink

    Object level singleton to store compiled queries to be reused

Value Members

  1. object BoundedSeq

    Permalink

Ungrouped