Macros
oxygen.sql.generic.Macros
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object GeneratedResultDecoder
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass 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
In this article