Insert

object Insert
Companion:
class
class Object
trait Matchable
class Any
Insert.type

Value members

Concrete methods

def apply[A](updateStatement: UpdateStatement): Insert[A]
def using[A](insertStatement: InsertStatement[A])(a: A): Insert[A]