BatchMacros

wsql.macros.BatchMacros$
object BatchMacros

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type ListOfJdbcValues = List[JdbcValue[_] | Null]

Value members

Concrete methods

def createBatchImpl[T : Type](proc: Expr[T => SQLWithArgs], conn: Expr[Connection], convertMySqlInsert: Boolean)(implicit evidence$3: Type[T], quotes: Quotes): Expr[Batch[T]]