SupaNoneModifier<B extends SupaCore, R extends SupaRecord<B>> class

A modifier that does not modify the query. Used for when no data needs to be retrieved.

This is required in order to refer T.

Inheritance
  • Object
  • SupaModifier<B, R, void, PostgrestTransformBuilder<void>, PostgrestTransformBuilder<void>>
  • SupaNoneModifier
Available extensions

Constructors

SupaNoneModifier()
A modifier that does not modify the query. Used for when no data needs to be retrieved.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
previousModifier SupaModifier<B, R, dynamic, PostgrestTransformBuilder<void>, PostgrestBuilder>?
The modifier that was applied before this one.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(PostgrestTransformBuilder<void> builder) → PostgrestTransformBuilder<void>
Cascades the Supabase modifier onto the provided builder.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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