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