MCPcopy
hub / github.com/dosco/graphjin / Quote

Method Quote

core/internal/dialect/dialect.go:24–24  ·  view source on GitHub ↗

Helpers commonly used by dialects

(s string)

Source from the content-addressed store, hash-verified

22
23 // Helpers commonly used by dialects
24 Quote(s string)
25 ColWithTable(table, col string)
26 RenderJSONFields(sel *qcode.Select)
27 IsTableMutated(table string) bool

Callers 15

jsonMarshalServiceSDLFunction · 0.65
RenderCursorCTEMethod · 0.65
RenderOrderByMethod · 0.65
RenderFromEdgeMethod · 0.65
RenderTsQueryMethod · 0.65
RenderLiteralMethod · 0.65
RenderTableAliasMethod · 0.65
RenderMutationCTEMethod · 0.65
RenderUpdateMethod · 0.65
RenderReturningMethod · 0.65
RenderMutationInputMethod · 0.65

Implementers 3

stringContextcore/subs.go
compilerContextcore/internal/psql/query.go
redshiftSubscriptionWrapContextcore/internal/psql/redshift_dialect_te

Calls

no outgoing calls

Tested by 2

idLiteralFromAnyFunction · 0.52