
io.getquill.context.ContextVerbPrepareLambda.scala Maven / Gradle / Ivy
The newest version!
package io.getquill.context
trait ContextVerbPrepareLambda extends ContextVerbPrepare {
type PrepareQueryResult = Session => Result[PrepareRow]
type PrepareActionResult = Session => Result[PrepareRow]
type PrepareBatchActionResult = Session => Result[List[PrepareRow]]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy