Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.BeginTransactionContext
-
-
Uses of PostgreSQLStatementParser.BeginTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.BeginTransactionContext Modifier and Type Method Description PostgreSQLStatementParser.BeginTransactionContextPostgreSQLStatementParser. beginTransaction()PostgreSQLStatementParser.BeginTransactionContextPostgreSQLStatementParser.ExecuteContext. beginTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.BeginTransactionContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitBeginTransaction(PostgreSQLStatementParser.BeginTransactionContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.beginTransaction().TPostgreSQLStatementParserVisitor. visitBeginTransaction(PostgreSQLStatementParser.BeginTransactionContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.beginTransaction(). -
Uses of PostgreSQLStatementParser.BeginTransactionContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type with parameters of type PostgreSQLStatementParser.BeginTransactionContext Modifier and Type Method Description ASTNodePostgreSQLTCLStatementVisitor. visitBeginTransaction(PostgreSQLStatementParser.BeginTransactionContext ctx)
-