Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.TransactionNameContext
-
Packages that use SQLServerStatementParser.TransactionNameContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of SQLServerStatementParser.TransactionNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.TransactionNameContext Modifier and Type Method Description SQLServerStatementParser.TransactionNameContextSQLServerStatementParser.BeginDistributedTransactionContext. transactionName()SQLServerStatementParser.TransactionNameContextSQLServerStatementParser.BeginTransactionContext. transactionName()SQLServerStatementParser.TransactionNameContextSQLServerStatementParser.CommitContext. transactionName()SQLServerStatementParser.TransactionNameContextSQLServerStatementParser.RollbackContext. transactionName()SQLServerStatementParser.TransactionNameContextSQLServerStatementParser. transactionName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.TransactionNameContext Modifier and Type Method Description TSQLServerStatementBaseVisitor. visitTransactionName(SQLServerStatementParser.TransactionNameContext ctx)Visit a parse tree produced bySQLServerStatementParser.transactionName().TSQLServerStatementVisitor. visitTransactionName(SQLServerStatementParser.TransactionNameContext ctx)Visit a parse tree produced bySQLServerStatementParser.transactionName().
-