InsertQueryBuilder class abstract interface

Implementers

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

insert(Map<String, dynamic> values) Future<bool>
insertGetId(Map<String, dynamic> values, [String? sequence]) Future
insertMany(List<Map<String, dynamic>> values) Future<bool>
insertOrIgnore(Map<String, dynamic> values) Future<bool>
insertUsing(List<String> columns, QueryBuilder subQuery) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
upsert(Map<String, dynamic> values, List<String> uniqueBy, [Map<String, dynamic>? update]) Future<bool>

Operators

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