Insert

org.easysql.query.insert.Insert
See theInsert companion object
class Insert[T <: Tuple, S <: InsertState] extends ReviseQuery

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

inline def insert[T <: Product, SS >: S <: InsertEntity](entities: T*): Insert[_, InsertEntity]
infix def insertInto(table: TableSchema[_])(columns: Tuple): Insert[InverseMap[Tuple], Nothing]
infix def select[SS >: S <: InsertSelect](s: SelectQuery[T, _]): Insert[T, InsertSelect]
override def sql(db: DB): String

Attributes

Definition Classes
override def toSql(using db: DB): String

Attributes

Definition Classes
infix def values[SS >: S <: InsertValues](values: T*): Insert[T, InsertValues]

Concrete fields