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