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