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

Function identifier

internal/engine/dolphin/convert.go:29–31  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

27}
28
29func identifier(id string) string {
30 return strings.ToLower(id)
31}
32
33func NewIdentifier(t string) *ast.String {
34 return &ast.String{Str: identifier(t)}

Callers 6

NewIdentifierFunction · 0.70
convertAssignmentMethod · 0.70
convertColumnNamesMethod · 0.70
convertSelectFieldMethod · 0.70
convertTableNameMethod · 0.70
parseTableNameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected