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

Function NewIdentifier

internal/engine/sqlite/convert.go:38–40  ·  view source on GitHub ↗
(t string)

Source from the content-addressed store, hash-verified

36}
37
38func NewIdentifier(t string) *ast.String {
39 return &ast.String{Str: identifier(t)}
40}
41
42func (c *cc) convertAlter_table_stmtContext(n *parser.Alter_table_stmtContext) ast.Node {
43 if n.RENAME_() != nil {

Callers 8

convertFuncContextMethod · 0.70
convertColumnNameExprMethod · 0.70
getTablesMethod · 0.70
convertWildCardFieldMethod · 0.70
convertCastExprMethod · 0.70
convertCollateExprMethod · 0.70

Calls 1

identifierFunction · 0.70

Tested by

no test coverage detected