DynamicInsert

io.getquill.DynamicInsert
See theDynamicInsert companion object
trait DynamicInsert[E] extends DynamicAction[Insert[E]]

Attributes

Companion:
object
Graph
Supertypes
trait DynamicAction[Insert[E]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def onConflictIgnore(targets: Quoted[E] => Quoted[Any]*): DynamicInsert[E]
def returning[R](f: Quoted[E] => Quoted[R]): DynamicActionReturning[E, R]

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Inherited from:
DynamicAction