Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.BeginTransactionContext
-
-
Uses of OpenGaussStatementParser.BeginTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.BeginTransactionContext Modifier and Type Method Description OpenGaussStatementParser.BeginTransactionContextOpenGaussStatementParser. beginTransaction()OpenGaussStatementParser.BeginTransactionContextOpenGaussStatementParser.ExecuteContext. beginTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.BeginTransactionContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitBeginTransaction(OpenGaussStatementParser.BeginTransactionContext ctx)Visit a parse tree produced byOpenGaussStatementParser.beginTransaction().TOpenGaussStatementVisitor. visitBeginTransaction(OpenGaussStatementParser.BeginTransactionContext ctx)Visit a parse tree produced byOpenGaussStatementParser.beginTransaction(). -
Uses of OpenGaussStatementParser.BeginTransactionContext 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.BeginTransactionContext Modifier and Type Method Description ASTNodeOpenGaussTCLStatementVisitor. visitBeginTransaction(OpenGaussStatementParser.BeginTransactionContext ctx)
-