Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.InvokerRightsClauseContext
-
Packages that use OracleStatementParser.InvokerRightsClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.InvokerRightsClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.InvokerRightsClauseContext Modifier and Type Method Description OracleStatementParser.InvokerRightsClauseContextOracleStatementParser.AlterJavaContext. invokerRightsClause()OracleStatementParser.InvokerRightsClauseContextOracleStatementParser. invokerRightsClause()OracleStatementParser.InvokerRightsClauseContextOracleStatementParser.PlsqlFunctionSourceContext. invokerRightsClause(int i)OracleStatementParser.InvokerRightsClauseContextOracleStatementParser.PlsqlProcedureSourceContext. invokerRightsClause(int i)OracleStatementParser.InvokerRightsClauseContextOracleStatementParser.ProcedurePropertiesContext. invokerRightsClause(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.InvokerRightsClauseContext Modifier and Type Method Description List<OracleStatementParser.InvokerRightsClauseContext>OracleStatementParser.PlsqlFunctionSourceContext. invokerRightsClause()List<OracleStatementParser.InvokerRightsClauseContext>OracleStatementParser.PlsqlProcedureSourceContext. invokerRightsClause()List<OracleStatementParser.InvokerRightsClauseContext>OracleStatementParser.ProcedurePropertiesContext. invokerRightsClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.InvokerRightsClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitInvokerRightsClause(OracleStatementParser.InvokerRightsClauseContext ctx)Visit a parse tree produced byOracleStatementParser.invokerRightsClause().TOracleStatementVisitor. visitInvokerRightsClause(OracleStatementParser.InvokerRightsClauseContext ctx)Visit a parse tree produced byOracleStatementParser.invokerRightsClause().
-