Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.PrepareTransactionContext
Packages that use PostgreSQLStatementParser.PrepareTransactionContext
Package
Description
-
Uses of PostgreSQLStatementParser.PrepareTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.PrepareTransactionContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.ExecuteContext.prepareTransaction()PostgreSQLStatementParser.prepareTransaction()Methods 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(). -
Uses of PostgreSQLStatementParser.PrepareTransactionContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl with parameters of type PostgreSQLStatementParser.PrepareTransactionContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLTCLStatementSQLVisitor.visitPrepareTransaction(PostgreSQLStatementParser.PrepareTransactionContext ctx)