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