Macros

oxygen.sql.generic.Macros
final class Macros[Q <: Quotes](val k0: K0[Q])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

final case class GeneratedResultDecoder

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def selectInputs[I : Type, O : Type](select: Expr[SelectInput[I]], f: Expr[I => Returning[O]]): Expr[QueryIO[I, O]]
def selectNoInputs[O : Type](select: Expr[SelectNoInput], f: Expr[Unit => Returning[O]]): Expr[QueryO[O]]

Concrete fields

val k0: K0[Q]