Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CaseExprContext
-
Packages that use OpenGaussStatementParser.CaseExprContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement -
-
Uses of OpenGaussStatementParser.CaseExprContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CaseExprContext Modifier and Type Method Description OpenGaussStatementParser.CaseExprContextOpenGaussStatementParser. caseExpr()OpenGaussStatementParser.CaseExprContextOpenGaussStatementParser.CExprContext. caseExpr()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CaseExprContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCaseExpr(OpenGaussStatementParser.CaseExprContext ctx)Visit a parse tree produced byOpenGaussStatementParser.caseExpr().TOpenGaussStatementVisitor. visitCaseExpr(OpenGaussStatementParser.CaseExprContext ctx)Visit a parse tree produced byOpenGaussStatementParser.caseExpr(). -
Uses of OpenGaussStatementParser.CaseExprContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement with parameters of type OpenGaussStatementParser.CaseExprContext Modifier and Type Method Description ASTNodeOpenGaussStatementVisitor. visitCaseExpr(OpenGaussStatementParser.CaseExprContext ctx)
-