PostgrestFilterBuilder
A builder for Postgrest filters
Constructors
Functions
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is adjacent to the specified range
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is contained in values
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod contains values
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is equal to value
Adds a filter to the query
Adds a negated filter to the query
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is greater than value
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is greater than or equal to value
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod matches the specified pattern (case-insensitive)
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod matches the specified pattern using pattern matching
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod equals to one of these values: null,true,false,unknown
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is in the specified list
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod matches the specified pattern
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is less than value
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is less than or equal to value
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod matches the specified pattern using pattern matching
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is not equal to value
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod overlaps with values
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod does not extend to the right of range
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod does not strictly right of range
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is strictly left of range
Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod does not extend to the left of range
Runs a full text search on column with the specified query and textSearchType