Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.SetTransactionContext
-
Packages that use OpenGaussStatementParser.SetTransactionContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.SetTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.SetTransactionContext Modifier and Type Method Description OpenGaussStatementParser.SetTransactionContextOpenGaussStatementParser.ExecuteContext. setTransaction()OpenGaussStatementParser.SetTransactionContextOpenGaussStatementParser. setTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.SetTransactionContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitSetTransaction(OpenGaussStatementParser.SetTransactionContext ctx)Visit a parse tree produced byOpenGaussStatementParser.setTransaction().TOpenGaussStatementVisitor. visitSetTransaction(OpenGaussStatementParser.SetTransactionContext ctx)Visit a parse tree produced byOpenGaussStatementParser.setTransaction(). -
Uses of OpenGaussStatementParser.SetTransactionContext 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.SetTransactionContext Modifier and Type Method Description ASTNodeOpenGaussTCLStatementVisitor. visitSetTransaction(OpenGaussStatementParser.SetTransactionContext ctx)
-