Batch

usql.Batch
case class Batch[T](sql: SqlBase, values: IterableOnce[T], filler: ParameterFiller[T])

Encapsulates a batch (insert)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def run()(using cp: ConnectionProvider): Seq[Int]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product