Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
func
(c *Compiler) parseCatalog(schemas []string) error {
Callers
1
quoteIdent
Method · 0.65
Implementers
4
Parser
internal/engine/postgresql/parse.go
Parser
internal/engine/dolphin/parse.go
Parser
internal/engine/clickhouse/parse.go
Parser
internal/engine/sqlite/parse.go
Calls
no outgoing calls
Tested by
no test coverage detected