| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
SQLServerStatementParser.VariableContext |
SQLServerStatementParser.variable() |
SQLServerStatementParser.VariableContext |
SQLServerStatementParser.ProcParameterContext.variable() |
SQLServerStatementParser.VariableContext |
SQLServerStatementParser.DeclareVariableContext.variable(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLServerStatementParser.VariableContext> |
SQLServerStatementParser.DeclareVariableContext.variable() |
| Modifier and Type | Method and Description |
|---|---|
T |
SQLServerStatementVisitor.visitVariable(SQLServerStatementParser.VariableContext ctx)
Visit a parse tree produced by
SQLServerStatementParser.variable(). |
T |
SQLServerStatementBaseVisitor.visitVariable(SQLServerStatementParser.VariableContext ctx)
Visit a parse tree produced by
SQLServerStatementParser.variable(). |
Copyright © 2022 The Apache Software Foundation. All rights reserved.