MCPcopy
hub / github.com/sqlc-dev/sqlc / GetColumnNames

Method GetColumnNames

internal/analyzer/analyzer.go:117–119  ·  view source on GitHub ↗
(ctx context.Context, query string)

Source from the content-addressed store, hash-verified

115}
116
117func (c *CachedAnalyzer) GetColumnNames(ctx context.Context, query string) ([]string, error) {
118 return c.a.GetColumnNames(ctx, query)
119}
120
121type Analyzer interface {
122 Analyze(context.Context, ast.Node, string, []string, *named.ParamSet) (*analysis.Analysis, error)

Callers

nothing calls this directly

Calls 1

GetColumnNamesMethod · 0.65

Tested by

no test coverage detected