DSLMacros

io.github.liewhite.sqlx.DSLMacros$
object DSLMacros

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

transparent inline def refinementQuery[Q <: Query, T <: Product](q: Q, table: Table[T]): Any
def refinementQueryImpl[Q <: Query : Type, T <: Product : Type](q: Expr[Q], table: Expr[Table[T]])(implicit evidence$1: Type[Q], evidence$2: Type[T], Quotes): Expr[Any]