Execution

object Execution

Enums and helper methods for QueryExecution and QueryExecutionBatch

class Object
trait Matchable
class Any

Type members

Classlikes

class MakeExtractor[ResultRow, Session, T, RawT]

Value members

Concrete methods

def identityConverter[T : Type](implicit evidence$64: 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$65: Type[ResultRow], evidence$66: Type[Session], evidence$67: 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)

def summonQueryMetaTypeIfExists[T : Type](implicit evidence$68: 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