CMSQueryAction class

Inheritance

Constructors

CMSQueryAction({required String id, required ID cubitID, required ID stateID, required ID variableID, String type = 'cms_query', required String table, required String? select, required int? limit, required int? offset, required String? orderBy, required bool isCount, required List<SupasetFilterEntity> filters})
const

Properties

cubitID ID
finalinherited
filters List<SupasetFilterEntity>
finalinherited
group String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
isCount bool
finalinherited
limit int?
finalinherited
offset int?
finalinherited
orderBy String?
finalinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
select String?
finalinherited
stateID ID
finalinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
table String
finalinherited
type String
finalinherited
variableID ID
finalinherited

Methods

getWarningAndErrors(ID nodeID, BuildContext context) EditorWarningAndErrorsEntity
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performSelect(SupabaseClient client) → PostgrestFilterBuilder
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
toStringGroup() String
inherited
toStringName() String
override

Operators

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