| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.mysql.visitor.statement.impl |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.VariableContext |
MySQLStatementParser.variable() |
MySQLStatementParser.VariableContext |
MySQLStatementParser.SimpleExprContext.variable() |
MySQLStatementParser.VariableContext |
MySQLStatementParser.StatementInformationItemContext.variable() |
MySQLStatementParser.VariableContext |
MySQLStatementParser.ConditionInformationItemContext.variable() |
MySQLStatementParser.VariableContext |
MySQLStatementParser.ConditionNumberContext.variable() |
MySQLStatementParser.VariableContext |
MySQLStatementParser.SelectIntoExpressionContext.variable(int i) |
MySQLStatementParser.VariableContext |
MySQLStatementParser.DeclareStatementContext.variable(int i) |
MySQLStatementParser.VariableContext |
MySQLStatementParser.CursorFetchStatementContext.variable(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<MySQLStatementParser.VariableContext> |
MySQLStatementParser.SelectIntoExpressionContext.variable() |
List<MySQLStatementParser.VariableContext> |
MySQLStatementParser.DeclareStatementContext.variable() |
List<MySQLStatementParser.VariableContext> |
MySQLStatementParser.CursorFetchStatementContext.variable() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitVariable(MySQLStatementParser.VariableContext ctx)
Visit a parse tree produced by
MySQLStatementParser.variable(). |
T |
MySQLStatementVisitor.visitVariable(MySQLStatementParser.VariableContext ctx)
Visit a parse tree produced by
MySQLStatementParser.variable(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode |
MySQLDALStatementSQLVisitor.visitVariable(MySQLStatementParser.VariableContext ctx) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.