p

io

getquill

package getquill

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AstPrinter extends Walker
  2. class AsyncMirrorContext[Idiom <: Idiom, Naming <: NamingStrategy] extends Context[Idiom, Naming] with TranslateContext with MirrorEncoders with MirrorDecoders with ScalaFutureIOMonad
  3. trait CamelCase extends NamingStrategy
  4. trait CompositeNamingStrategy extends NamingStrategy
  5. case class CompositeNamingStrategy2[N1 <: NamingStrategy, N2 <: NamingStrategy](n1: N1, n2: N2) extends CompositeNamingStrategy with Product with Serializable
  6. case class CompositeNamingStrategy3[N1 <: NamingStrategy, N2 <: NamingStrategy, N3 <: NamingStrategy](n1: N1, n2: N2, n3: N3) extends CompositeNamingStrategy with Product with Serializable
  7. case class CompositeNamingStrategy4[N1 <: NamingStrategy, N2 <: NamingStrategy, N3 <: NamingStrategy, N4 <: NamingStrategy](n1: N1, n2: N2, n3: N3, n4: N4) extends CompositeNamingStrategy with Product with Serializable
  8. trait Embedded extends AnyRef
  9. trait Escape extends NamingStrategy
  10. trait ImplicitQuery extends AnyRef
  11. trait Literal extends NamingStrategy
  12. trait LowerCase extends NamingStrategy
  13. case class MappedEncoding[I, O](f: (I) ⇒ O) extends Product with Serializable
  14. class MirrorContext[Idiom <: Idiom, Naming <: NamingStrategy] extends Context[Idiom, Naming] with TranslateContext with MirrorEncoders with MirrorDecoders with SyncIOMonad
  15. class MirrorIdiom extends MirrorIdiomBase with CanReturnClause
  16. trait MirrorIdiomBase extends Idiom
  17. trait MysqlEscape extends NamingStrategy
  18. trait NamingStrategy extends AnyRef
  19. trait PluralizedTableNames extends NamingStrategy
  20. trait PostgresEscape extends Escape
  21. trait PseudoAst extends AnyRef

    A trait to be used by elements that are not proper AST elements but should still be treated as though they were in the case where traceAstSimple is enabled (i.e.

    A trait to be used by elements that are not proper AST elements but should still be treated as though they were in the case where traceAstSimple is enabled (i.e. their toString method should be used instead of the standard qprint AST printing)

  22. trait QueryProbing extends AnyRef
  23. sealed trait ReturnAction extends AnyRef
  24. trait SnakeCase extends NamingStrategy
  25. trait UpperCase extends NamingStrategy

Ungrouped