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

Method IsReservedKeyword

internal/compiler/compile.go:26–26  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

24 Parse(io.Reader) ([]ast.Statement, error)
25 CommentSyntax() source.CommentSyntax
26 IsReservedKeyword(string) bool
27}
28
29func (c *Compiler) parseCatalog(schemas []string) error {

Callers 1

quoteIdentMethod · 0.65

Implementers 4

Parserinternal/engine/postgresql/parse.go
Parserinternal/engine/dolphin/parse.go
Parserinternal/engine/clickhouse/parse.go
Parserinternal/engine/sqlite/parse.go

Calls

no outgoing calls

Tested by

no test coverage detected