Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CommitContext
-
Packages that use OpenGaussStatementParser.CommitContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.CommitContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CommitContext Modifier and Type Method Description OpenGaussStatementParser.CommitContextOpenGaussStatementParser. commit()OpenGaussStatementParser.CommitContextOpenGaussStatementParser.ExecuteContext. commit()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CommitContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCommit(OpenGaussStatementParser.CommitContext ctx)Visit a parse tree produced byOpenGaussStatementParser.commit().TOpenGaussStatementVisitor. visitCommit(OpenGaussStatementParser.CommitContext ctx)Visit a parse tree produced byOpenGaussStatementParser.commit(). -
Uses of OpenGaussStatementParser.CommitContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.CommitContext Modifier and Type Method Description ASTNodeOpenGaussTCLStatementVisitor. visitCommit(OpenGaussStatementParser.CommitContext ctx)
-