Class: Supabase::Postgrest::FilterRequestBuilder

Inherits:
QueryRequestBuilder show all
Includes:
FilterMixin
Defined in:
lib/supabase/postgrest/request_builder.rb

Overview

The most common builder type — returned by update() and delete(), and used as the base for SelectRequestBuilder. Combines QueryRequestBuilder’s execute with filter operators.

Direct Known Subclasses

SelectRequestBuilder

Instance Attribute Summary

Attributes inherited from QueryRequestBuilder

#request

Method Summary

Methods included from FilterMixin

#adj, #cd, #contained_by, #contains, #cs, #eq, #filter, #fts, #gt, #gte, #ilike, #ilike_all_of, #ilike_any_of, #in_, #is_, #like, #like_all_of, #like_any_of, #lt, #lte, #match, #max_affected, #neq, #not_, #nxl, #nxr, #or_, #ov, #overlaps, #phfts, #plfts, #range_adjacent, #range_gt, #range_gte, #range_lt, #range_lte, #sl, #sr, #wfts

Methods inherited from QueryRequestBuilder

#execute, #initialize, #retry, #select

Constructor Details

This class inherits a constructor from Supabase::Postgrest::QueryRequestBuilder