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