MCPcopy
hub / github.com/pocketbase/pocketbase / Build

Method Build

tools/search/filter.go:569–571  ·  view source on GitHub ↗

Build converts the expression into a SQL fragment. Implements [dbx.Expression] interface.

(db *dbx.DB, params dbx.Params)

Source from the content-addressed store, hash-verified

567//
568// Implements [dbx.Expression] interface.
569func (e *opExpr) Build(db *dbx.DB, params dbx.Params) string {
570 return e.op
571}
572
573// -------------------------------------------------------------------
574

Callers 9

BuildMethod · 0.45
BuildMethod · 0.45
BuildMethod · 0.45
testCompareResultsFunction · 0.45
TestProviderQueryFunction · 0.45
TestFilterDataBuildExprFunction · 0.45
TestLikeParamsWrappingFunction · 0.45

Calls

no outgoing calls

Tested by 6

testCompareResultsFunction · 0.36
TestProviderQueryFunction · 0.36
TestFilterDataBuildExprFunction · 0.36
TestLikeParamsWrappingFunction · 0.36