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

Limit the query to a range

Limits the result to rows within the specified range, inclusive.

from: The starting index from which to limit the result.

to: The last index to which to limit the result.

Inheritance

Constructors

SupaRangeModifier(int from, int to, SupaModifier<B, R, dynamic, PostgrestTransformBuilder<List<Map<String, dynamic>>>, PostgrestBuilder>? previousModifier)
Limit the query to a range
const

Properties

from int
The starting index from which to limit the result.
final
hashCode int
The hash code for this object.
no setterinherited
previousModifier SupaModifier<B, R, dynamic, PostgrestTransformBuilder<List<Map<String, dynamic>>>, PostgrestBuilder>?
The modifier that was applied before this one.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to int
The last index to which to limit the result.
final

Methods

build(PostgrestTransformBuilder<List<Map<String, dynamic>>> builder) → PostgrestTransformBuilder<List<Map<String, dynamic>>>
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