MCPcopy
hub / github.com/supabase/supabase / IQueryModifier

Interface IQueryModifier

packages/pg-meta/src/query/QueryModifier.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import type { ActionConfig, Filter, QueryPagination, QueryTable, Sort } from './types'
11
12export interface IQueryModifier {
13 range: (from: number, to: number) => QueryModifier
14 toSql: () => string
15}
16
17export class QueryModifier implements IQueryModifier {
18 protected pagination?: QueryPagination

Callers

nothing calls this directly

Implementers 2

QueryFilterpackages/pg-meta/src/query/QueryFilter
QueryModifierpackages/pg-meta/src/query/QueryModifi

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…