Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CExprContext
Packages that use OpenGaussStatementParser.CExprContext
Package
Description
-
Uses of OpenGaussStatementParser.CExprContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CExprContextModifier and TypeMethodDescriptionOpenGaussStatementParser.AExprContext.cExpr()OpenGaussStatementParser.BExprContext.cExpr()OpenGaussStatementParser.cExpr()OpenGaussStatementParser.FunctionExprCommonSubexprContext.cExpr()OpenGaussStatementParser.SelectFetchFirstValueContext.cExpr()OpenGaussStatementParser.XmlExistsArgumentContext.cExpr()OpenGaussStatementParser.XmlTableContext.cExpr()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CExprContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitCExpr(OpenGaussStatementParser.CExprContext ctx) Visit a parse tree produced byOpenGaussStatementParser.cExpr().OpenGaussStatementVisitor.visitCExpr(OpenGaussStatementParser.CExprContext ctx) Visit a parse tree produced byOpenGaussStatementParser.cExpr(). -
Uses of OpenGaussStatementParser.CExprContext 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.CExprContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitCExpr(OpenGaussStatementParser.CExprContext ctx)