Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.GrantContext
-
Packages that use OracleStatementParser.GrantContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type -
-
Uses of OracleStatementParser.GrantContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.GrantContext Modifier and Type Method Description OracleStatementParser.GrantContextOracleStatementParser.ExecuteContext. grant()OracleStatementParser.GrantContextOracleStatementParser. grant()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.GrantContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitGrant(OracleStatementParser.GrantContext ctx)Visit a parse tree produced byOracleStatementParser.grant().TOracleStatementVisitor. visitGrant(OracleStatementParser.GrantContext ctx)Visit a parse tree produced byOracleStatementParser.grant(). -
Uses of OracleStatementParser.GrantContext in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type with parameters of type OracleStatementParser.GrantContext Modifier and Type Method Description ASTNodeOracleDCLStatementVisitor. visitGrant(OracleStatementParser.GrantContext ctx)
-