Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.StartTransactionContext
Packages that use OpenGaussStatementParser.StartTransactionContext
Package
Description
-
Uses of OpenGaussStatementParser.StartTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.StartTransactionContextModifier and TypeMethodDescriptionOpenGaussStatementParser.ExecuteContext.startTransaction()OpenGaussStatementParser.startTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.StartTransactionContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitStartTransaction(OpenGaussStatementParser.StartTransactionContext ctx) Visit a parse tree produced byOpenGaussStatementParser.startTransaction().OpenGaussStatementVisitor.visitStartTransaction(OpenGaussStatementParser.StartTransactionContext ctx) Visit a parse tree produced byOpenGaussStatementParser.startTransaction(). -
Uses of OpenGaussStatementParser.StartTransactionContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl with parameters of type OpenGaussStatementParser.StartTransactionContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussTCLStatementSQLVisitor.visitStartTransaction(OpenGaussStatementParser.StartTransactionContext ctx)