Execution

object Execution

Enums and helper methods for QueryExecution and BatchQueryExecution

Enums and helper methods for QueryExecution and BatchQueryExecution

class Object
trait Matchable
class Any

Type members

Classlikes

class MakeExtractor[ResultRow, Session, T, RawT]

Value members

Concrete methods

def identityConverter[T](`evidence$59`: Type[T], Quotes): Expr[T => T]
def makeDecoder[ResultRow, Session, RawT](using Quotes)(`evidence$64`: Type[ResultRow], `evidence$65`: Type[Session], `evidence$66`: Type[RawT]): Expr[GenericDecoder[ResultRow, Session, RawT, DecodingType]]
def summonDecoderOrThrow[ResultRow, Session, DecoderT](`evidence$60`: Type[ResultRow], `evidence$61`: Type[Session], `evidence$62`: 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](`evidence$63`: 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