Package

io.getquill

sources

Permalink

package sources

Visibility
  1. Public
  2. All

Type Members

  1. trait ActionMacro extends EncodingMacro

    Permalink
  2. class BindedStatementBuilder[S] extends AnyRef

    Permalink
  3. sealed trait Binding[S] extends AnyRef

    Permalink
  4. trait Decoder[R, T] extends AnyRef

    Permalink
  5. trait Encoder[S, T] extends AnyRef

    Permalink
  6. trait EncodingMacro extends AnyRef

    Permalink
  7. case class MappedEncoding[I, O](f: (I) ⇒ O) extends Product with Serializable

    Permalink
  8. trait QueryMacro extends SelectFlattening with SelectResultExtraction

    Permalink
  9. case class QuotedSource(tree: Any, probingEnabled: Boolean) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  10. trait ResolveSourceMacro extends AnyRef

    Permalink
  11. case class SetBinding[S, T](index: Int, values: Set[T], enc: Encoder[BindedStatementBuilder[S], T]) extends Binding[S] with Product with Serializable

    Permalink
  12. case class SingleBinding[S, T](index: Int, value: T, enc: Encoder[S, T]) extends Binding[S] with Product with Serializable

    Permalink
  13. abstract class Source[R, S] extends Closeable

    Permalink
  14. trait SourceConfig[T] extends AnyRef

    Permalink
  15. trait SourceMacro extends Quotation with ActionMacro with QueryMacro with ResolveSourceMacro

    Permalink

Value Members

  1. object EncodeParams

    Permalink
  2. object Encoding

    Permalink
  3. object ResolveSourceMacro

    Permalink
  4. object Source

    Permalink
  5. package mirror

    Permalink

Ungrouped