Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.BeginTransactionContext
Packages that use PostgreSQLStatementParser.BeginTransactionContext
Package
Description
-
Uses of PostgreSQLStatementParser.BeginTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.BeginTransactionContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.beginTransaction()PostgreSQLStatementParser.ExecuteContext.beginTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.BeginTransactionContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitBeginTransaction(PostgreSQLStatementParser.BeginTransactionContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.beginTransaction().PostgreSQLStatementParserVisitor.visitBeginTransaction(PostgreSQLStatementParser.BeginTransactionContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.beginTransaction(). -
Uses of PostgreSQLStatementParser.BeginTransactionContext 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.BeginTransactionContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLTCLStatementSQLVisitor.visitBeginTransaction(PostgreSQLStatementParser.BeginTransactionContext ctx)