SupabaseQueryDelete class
- Inheritance
-
- Object
- QueryEntity
- SupabaseQuery
- SupabaseQueryDelete
Constructors
-
SupabaseQueryDelete({required ID id, required String table, required int? limit, required int? offset, required String? orderBy, required bool isCount, required List<
SupasetFilterEntity> filters, required String requestName, required ProjectID projectID, required QueryReturnEntity returnEntity, required ID? repositoryID, required bool single, SupabaseQueryTypes supabaseQueryType = SupabaseQueryTypes.delete}) -
const
Properties
-
filters
→ List<
SupasetFilterEntity> -
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → ID
-
finalinherited
- isCount → bool
-
finalinherited
- limit → int?
-
finalinherited
- offset → int?
-
finalinherited
- orderBy → String?
-
finalinherited
- projectID → ProjectID
-
finalinherited
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setterinherited
- repositoryID → ID?
-
finalinherited
- requestName → String
-
finalinherited
- returnEntity → QueryReturnEntity
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- select → String?
-
finalinherited
- single → bool
-
finalinherited
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - supabaseQueryType → SupabaseQueryTypes
-
finalinherited
- table → String
-
finalinherited
- type → QueryTypes
-
finalinherited
Methods
-
copyWith(
{String? id, String? type, String? group, String? table, String? select, int? limit, int? offset, String? orderBy, bool? isCount, List< SupasetFilterEntity> ? filters, String? requestName, String? projectID, SupabaseQueryTypes? supabaseQueryType, bool? single}) → SupabaseQuery -
override
-
getWarningAndErrors(
ID nodeID, BuildContext context) → EditorWarningAndErrorsEntity -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
performDelete(
SupabaseClient client) → PostgrestFilterBuilder -
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited