Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.PrepareTransactionContext
-
Packages that use OpenGaussStatementParser.PrepareTransactionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.PrepareTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.PrepareTransactionContext Modifier and Type Method Description OpenGaussStatementParser.PrepareTransactionContextOpenGaussStatementParser. prepareTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.PrepareTransactionContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitPrepareTransaction(OpenGaussStatementParser.PrepareTransactionContext ctx)Visit a parse tree produced byOpenGaussStatementParser.prepareTransaction().TOpenGaussStatementVisitor. visitPrepareTransaction(OpenGaussStatementParser.PrepareTransactionContext ctx)Visit a parse tree produced byOpenGaussStatementParser.prepareTransaction().
-