Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.PrepareTransactionContext
Packages that use PostgreSQLStatementParser.PrepareTransactionContext
-
Uses of PostgreSQLStatementParser.PrepareTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.PrepareTransactionContextMethods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.PrepareTransactionContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitPrepareTransaction(PostgreSQLStatementParser.PrepareTransactionContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.prepareTransaction().PostgreSQLStatementParserVisitor.visitPrepareTransaction(PostgreSQLStatementParser.PrepareTransactionContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.prepareTransaction().