| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.sql92.visitor |
| Modifier and Type | Method and Description |
|---|---|
SQL92StatementParser.SimpleExprContext |
SQL92StatementParser.simpleExpr() |
SQL92StatementParser.SimpleExprContext |
SQL92StatementParser.BitExprContext.simpleExpr() |
SQL92StatementParser.SimpleExprContext |
SQL92StatementParser.SimpleExprContext.simpleExpr() |
SQL92StatementParser.SimpleExprContext |
SQL92StatementParser.CaseExpressionContext.simpleExpr() |
SQL92StatementParser.SimpleExprContext |
SQL92StatementParser.PredicateContext.simpleExpr(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SQL92StatementParser.SimpleExprContext> |
SQL92StatementParser.PredicateContext.simpleExpr() |
| Modifier and Type | Method and Description |
|---|---|
T |
SQL92StatementVisitor.visitSimpleExpr(SQL92StatementParser.SimpleExprContext ctx)
Visit a parse tree produced by
SQL92StatementParser.simpleExpr(). |
T |
SQL92StatementBaseVisitor.visitSimpleExpr(SQL92StatementParser.SimpleExprContext ctx)
Visit a parse tree produced by
SQL92StatementParser.simpleExpr(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.ASTNode |
SQL92Visitor.visitSimpleExpr(SQL92StatementParser.SimpleExprContext ctx) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.