Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CaseExprContext
Packages that use OpenGaussStatementParser.CaseExprContext
Package
Description
-
Uses of OpenGaussStatementParser.CaseExprContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CaseExprContextModifier and TypeMethodDescriptionOpenGaussStatementParser.caseExpr()OpenGaussStatementParser.CExprContext.caseExpr()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CaseExprContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitCaseExpr(OpenGaussStatementParser.CaseExprContext ctx) Visit a parse tree produced byOpenGaussStatementParser.caseExpr().OpenGaussStatementVisitor.visitCaseExpr(OpenGaussStatementParser.CaseExprContext ctx) Visit a parse tree produced byOpenGaussStatementParser.caseExpr(). -
Uses of OpenGaussStatementParser.CaseExprContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl with parameters of type OpenGaussStatementParser.CaseExprContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitCaseExpr(OpenGaussStatementParser.CaseExprContext ctx)