Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CExprContext
-
Packages that use OpenGaussStatementParser.CExprContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement -
-
Uses of OpenGaussStatementParser.CExprContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CExprContext Modifier and Type Method Description OpenGaussStatementParser.CExprContextOpenGaussStatementParser.AExprContext. cExpr()OpenGaussStatementParser.CExprContextOpenGaussStatementParser.BExprContext. cExpr()OpenGaussStatementParser.CExprContextOpenGaussStatementParser. cExpr()OpenGaussStatementParser.CExprContextOpenGaussStatementParser.FunctionExprCommonSubexprContext. cExpr()OpenGaussStatementParser.CExprContextOpenGaussStatementParser.SelectFetchValueContext. cExpr()OpenGaussStatementParser.CExprContextOpenGaussStatementParser.SelectLimitValueContext. cExpr()OpenGaussStatementParser.CExprContextOpenGaussStatementParser.SelectOffsetValueContext. cExpr()OpenGaussStatementParser.CExprContextOpenGaussStatementParser.XmlExistsArgumentContext. cExpr()OpenGaussStatementParser.CExprContextOpenGaussStatementParser.XmlTableContext. cExpr()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CExprContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCExpr(OpenGaussStatementParser.CExprContext ctx)Visit a parse tree produced byOpenGaussStatementParser.cExpr().TOpenGaussStatementVisitor. visitCExpr(OpenGaussStatementParser.CExprContext ctx)Visit a parse tree produced byOpenGaussStatementParser.cExpr(). -
Uses of OpenGaussStatementParser.CExprContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement with parameters of type OpenGaussStatementParser.CExprContext Modifier and Type Method Description ASTNodeOpenGaussStatementVisitor. visitCExpr(OpenGaussStatementParser.CExprContext ctx)
-