Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.ExecuteStmtContext
-
Packages that use OpenGaussStatementParser.ExecuteStmtContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement -
-
Uses of OpenGaussStatementParser.ExecuteStmtContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.ExecuteStmtContext Modifier and Type Method Description OpenGaussStatementParser.ExecuteStmtContextOpenGaussStatementParser.ExecuteContext. executeStmt()OpenGaussStatementParser.ExecuteStmtContextOpenGaussStatementParser. executeStmt()OpenGaussStatementParser.ExecuteStmtContextOpenGaussStatementParser.ExplainableStmtContext. executeStmt()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.ExecuteStmtContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitExecuteStmt(OpenGaussStatementParser.ExecuteStmtContext ctx)Visit a parse tree produced byOpenGaussStatementParser.executeStmt().TOpenGaussStatementVisitor. visitExecuteStmt(OpenGaussStatementParser.ExecuteStmtContext ctx)Visit a parse tree produced byOpenGaussStatementParser.executeStmt(). -
Uses of OpenGaussStatementParser.ExecuteStmtContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement with parameters of type OpenGaussStatementParser.ExecuteStmtContext Modifier and Type Method Description ASTNodeOpenGaussStatementVisitor. visitExecuteStmt(OpenGaussStatementParser.ExecuteStmtContext ctx)
-