Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.SetTransactionContext
-
-
Uses of PostgreSQLStatementParser.SetTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.SetTransactionContext Modifier and Type Method Description PostgreSQLStatementParser.SetTransactionContextPostgreSQLStatementParser.ExecuteContext. setTransaction()PostgreSQLStatementParser.SetTransactionContextPostgreSQLStatementParser. setTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.SetTransactionContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitSetTransaction(PostgreSQLStatementParser.SetTransactionContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.setTransaction().TPostgreSQLStatementParserVisitor. visitSetTransaction(PostgreSQLStatementParser.SetTransactionContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.setTransaction(). -
Uses of PostgreSQLStatementParser.SetTransactionContext 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.SetTransactionContext Modifier and Type Method Description ASTNodePostgreSQLTCLStatementVisitor. visitSetTransaction(PostgreSQLStatementParser.SetTransactionContext ctx)
-