Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.TransactionVariableNameContext
Packages that use SQLServerStatementParser.TransactionVariableNameContext
-
Uses of SQLServerStatementParser.TransactionVariableNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.TransactionVariableNameContextModifier and TypeMethodDescriptionSQLServerStatementParser.BeginDistributedTransactionContext.transactionVariableName()SQLServerStatementParser.BeginTransactionContext.transactionVariableName()SQLServerStatementParser.CommitContext.transactionVariableName()SQLServerStatementParser.RollbackContext.transactionVariableName()SQLServerStatementParser.transactionVariableName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.TransactionVariableNameContextModifier and TypeMethodDescriptionSQLServerStatementBaseVisitor.visitTransactionVariableName(SQLServerStatementParser.TransactionVariableNameContext ctx) Visit a parse tree produced bySQLServerStatementParser.transactionVariableName().SQLServerStatementVisitor.visitTransactionVariableName(SQLServerStatementParser.TransactionVariableNameContext ctx) Visit a parse tree produced bySQLServerStatementParser.transactionVariableName().