SupabaseQuery class abstract

Inheritance
Implementers

Constructors

SupabaseQuery({QueryTypes type = QueryTypes.supabase, required ID id, required String table, String? select, required int? limit, required int? offset, required String? orderBy, required bool isCount, required List<SupasetFilterEntity> filters, required SupabaseQueryTypes supabaseQueryType, required String requestName, required ProjectID projectID, required QueryReturnEntity returnEntity, required ID? repositoryID, required bool single})
const

Properties

filters List<SupasetFilterEntity>
final
hashCode int
The hash code for this object.
no setterinherited
id ID
finalinherited
isCount bool
final
limit int?
final
offset int?
final
orderBy String?
final
projectID ProjectID
finalinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setteroverride
repositoryID ID?
finalinherited
requestName String
finalinherited
returnEntity QueryReturnEntity
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
select String?
final
single bool
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
supabaseQueryType SupabaseQueryTypes
final
table String
final
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
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) SupabaseQuery
override