SupabaseQuerySchema class

Used to perform rpc and from operations with a different schema than in SupabaseClient.

Constructors

SupabaseQuerySchema({required Counter counter, required String restUrl, required Map<String, String> headers, required String schema, required YAJsonIsolate isolate, required Client? authHttpClient, required RealtimeClient realtime, required PostgrestClient rest})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

from(String table) SupabaseQueryBuilder
Perform a table operation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rpc<T>(String fn, {Map<String, dynamic>? params}) PostgrestFilterBuilder<T>
Perform a stored procedure call.
schema(String schema) SupabaseQuerySchema
toString() String
A string representation of this object.
inherited

Operators

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