Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.SystemPrivilegeContext
-
Packages that use OracleStatementParser.SystemPrivilegeContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.SystemPrivilegeContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.SystemPrivilegeContext Modifier and Type Method Description OracleStatementParser.SystemPrivilegeContextOracleStatementParser. systemPrivilege()OracleStatementParser.SystemPrivilegeContextOracleStatementParser.SystemPrivilegeClauseContext. systemPrivilege()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.SystemPrivilegeContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitSystemPrivilege(OracleStatementParser.SystemPrivilegeContext ctx)Visit a parse tree produced byOracleStatementParser.systemPrivilege().TOracleStatementVisitor. visitSystemPrivilege(OracleStatementParser.SystemPrivilegeContext ctx)Visit a parse tree produced byOracleStatementParser.systemPrivilege().
-