CrudOperationsBase class abstract
Container some CRUD operations below
Future
- Implementers
Constructors
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
-
delete(
[bool hardDelete = false]) → Future< BoolResult> - Deletes Object
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recover(
[bool recoverChilds = true]) → Future< BoolResult> - Recover Object
-
save(
{bool ignoreBatch = true}) → Future -
saveAs(
{bool ignoreBatch = true}) → Future -
saveOrThrow(
{bool ignoreBatch = true}) → Future -
toString(
) → String -
A string representation of this object.
inherited
-
upsert(
{bool ignoreBatch = true}) → Future< int?> - Updates if the record exists, otherwise adds a new row
-
upsertAll(
covariant List objList) → Future< BoolCommitResult> - inserts or replaces the sent List<
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited