Execution

io.getquill.context.Execution$
object Execution

Enums and helper methods for QueryExecution and QueryExecutionBatch

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class MakeExtractor[ResultRow, Session, T, RawT]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait ToExpr[ElaborationBehavior]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def identityConverter[T : Type](implicit evidence$62: Type[T], Quotes): Expr[T => T]
def makeDecoder[ResultRow : Type, Session : Type, RawT : Type](using Quotes)(): Expr[GenericDecoder[ResultRow, Session, RawT, DecodingType]]
def summonDecoderOrThrow[ResultRow : Type, Session : Type, DecoderT : Type]()(implicit evidence$63: Type[ResultRow], evidence$64: Type[Session], evidence$65: Type[DecoderT], Quotes): Expr[GenericDecoder[ResultRow, Session, DecoderT, DecodingType]]

Summon decoder for a given Type and Row type (ResultRow)

Summon decoder for a given Type and Row type (ResultRow)

Attributes

def summonQueryMetaTypeIfExists[T : Type](implicit evidence$66: Type[T], Quotes): Option[Type[_]]

See if there there is a QueryMeta mapping T to some other type RawT

See if there there is a QueryMeta mapping T to some other type RawT

Attributes