InsertSingle<T extends Row> class final

A INSERT statement to insert a single row.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute() Future<void>
Execute this INSERT statement in the database.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
returning<S extends Record>(S projectionBuilder(Expr<T> inserted)) ReturnOne<S>
Create a INSERT statement that returns a projection of the inserted row, using the RETURNING clause.
returnInserted() ReturnOne<(Expr<T>)>
Create a INSERT statement that returns the inserted row, using the RETURNING clause.
toString() String
A string representation of this object.
inherited

Operators

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