DuplicateKeyUpdateInsert

ldbc.query.builder.statement.DuplicateKeyUpdateInsert

Insert trait that provides a method to update in case of duplicate keys.

Type parameters

F

The effect type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DuplicateKeyUpdate[F, P, T]

Members list

Value members

Inherited methods

def params: Seq[ParameterBinder[F]]

A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index only.

A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index only.

Attributes

Inherited from:
Command (hidden)
def statement: String

SQL statement string

SQL statement string

Attributes

Inherited from:
Command (hidden)