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