Execution
object Execution
Enums and helper methods for QueryExecution and QueryExecutionBatch
Type members
Classlikes
Value members
Concrete methods
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)