Packages

object ActionBasedSQLInterpolation

Source
StaticQuery.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActionBasedSQLInterpolation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def sqlImpl(ctxt: Context)(param: scala.reflect.macros.blackbox.Context.Expr[Any]*): scala.reflect.macros.blackbox.Context.Expr[SQLActionBuilder]
  2. def sqluImpl(ctxt: Context)(param: scala.reflect.macros.blackbox.Context.Expr[Any]*): scala.reflect.macros.blackbox.Context.Expr[SqlAction[Int, NoStream, Effect]]
  3. def tsqlImpl(ctxt: Context)(param: scala.reflect.macros.whitebox.Context.Expr[Any]*): scala.reflect.macros.whitebox.Context.Expr[SqlStreamingAction[Vector[Any], Any, Effect]]