Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.GrantContext
-
Packages that use SQL92StatementParser.GrantContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.sql92.visitor.statement.type -
-
Uses of SQL92StatementParser.GrantContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQL92StatementParser.GrantContext Modifier and Type Method Description SQL92StatementParser.GrantContextSQL92StatementParser.ExecuteContext. grant()SQL92StatementParser.GrantContextSQL92StatementParser. grant()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQL92StatementParser.GrantContext Modifier and Type Method Description TSQL92StatementBaseVisitor. visitGrant(SQL92StatementParser.GrantContext ctx)Visit a parse tree produced bySQL92StatementParser.grant().TSQL92StatementVisitor. visitGrant(SQL92StatementParser.GrantContext ctx)Visit a parse tree produced bySQL92StatementParser.grant(). -
Uses of SQL92StatementParser.GrantContext in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.type with parameters of type SQL92StatementParser.GrantContext Modifier and Type Method Description ASTNodeSQL92DCLStatementVisitor. visitGrant(SQL92StatementParser.GrantContext ctx)
-