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