Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.GrantContext
-
Packages that use SQLServerStatementParser.GrantContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.type -
-
Uses of SQLServerStatementParser.GrantContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.GrantContext Modifier and Type Method Description SQLServerStatementParser.GrantContextSQLServerStatementParser.ExecuteContext. grant()SQLServerStatementParser.GrantContextSQLServerStatementParser. grant()SQLServerStatementParser.GrantContextSQLServerStatementParser.SchemaElementContext. grant()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.GrantContext Modifier and Type Method Description TSQLServerStatementBaseVisitor. visitGrant(SQLServerStatementParser.GrantContext ctx)Visit a parse tree produced bySQLServerStatementParser.grant().TSQLServerStatementVisitor. visitGrant(SQLServerStatementParser.GrantContext ctx)Visit a parse tree produced bySQLServerStatementParser.grant(). -
Uses of SQLServerStatementParser.GrantContext in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.type with parameters of type SQLServerStatementParser.GrantContext Modifier and Type Method Description ASTNodeSQLServerDCLStatementVisitor. visitGrant(SQLServerStatementParser.GrantContext ctx)
-