PostgrestRpcBuilder class

Inheritance

Constructors

PostgrestRpcBuilder(String url, {Map<String, String>? headers, String? schema, Client? httpClient})

Properties

body ↔ dynamic
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
finalinherited
httpClient → Client?
finalinherited
maybeEmpty bool
getter/setter pairinherited
method String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema String?
finalinherited
url Uri
getter/setter pairinherited

Methods

appendSearchParams(String key, String value) → void
Update Uri queryParameters with new key:value Use lists to allow multiple values for the same key
inherited
execute({bool head = false, CountOption? count}) Future<PostgrestResponse>
Sends the request and returns a Future. catch any error and returns with status 500
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overrideSearchParams(String key, String value) → void
Overrides Uri queryParameters with new key:value
inherited
rpc([dynamic params]) PostgrestFilterBuilder
Performs stored procedures on the database.
toString() String
A string representation of this object.
inherited
withConverter<S>(PostgrestConverter<S> converter) PostgrestBuilder<S>
Converts any response that comes from the server into a type-safe response.
inherited

Operators

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