Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.GrantContext
Packages that use SQL92StatementParser.GrantContext
Package
Description
-
Uses of SQL92StatementParser.GrantContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQL92StatementParser.GrantContextModifier and TypeMethodDescriptionSQL92StatementParser.ExecuteContext.grant()SQL92StatementParser.grant()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQL92StatementParser.GrantContextModifier and TypeMethodDescriptionSQL92StatementBaseVisitor.visitGrant(SQL92StatementParser.GrantContext ctx) Visit a parse tree produced bySQL92StatementParser.grant().SQL92StatementVisitor.visitGrant(SQL92StatementParser.GrantContext ctx) Visit a parse tree produced bySQL92StatementParser.grant(). -
Uses of SQL92StatementParser.GrantContext in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl with parameters of type SQL92StatementParser.GrantContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeSQL92DCLStatementSQLVisitor.visitGrant(SQL92StatementParser.GrantContext ctx)