DoNothing<T extends Table, D> class

Upsert clause that does nothing on conflict

Inheritance

Constructors

DoNothing({List<Column<Object>>? target})
Creates an upsert clause that does nothing on conflict

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target List<Column<Object>>?
An optional list of columns to serve as an "conflict target", which specifies the uniqueness constraint that will trigger the upsert.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited