Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ResultCacheClauseContext
-
Packages that use OracleStatementParser.ResultCacheClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ResultCacheClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ResultCacheClauseContext Modifier and Type Method Description OracleStatementParser.ResultCacheClauseContextOracleStatementParser.FunctionDefinitionContext. resultCacheClause(int i)OracleStatementParser.ResultCacheClauseContextOracleStatementParser.PlsqlFunctionSourceContext. resultCacheClause(int i)OracleStatementParser.ResultCacheClauseContextOracleStatementParser. resultCacheClause()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.ResultCacheClauseContext Modifier and Type Method Description List<OracleStatementParser.ResultCacheClauseContext>OracleStatementParser.FunctionDefinitionContext. resultCacheClause()List<OracleStatementParser.ResultCacheClauseContext>OracleStatementParser.PlsqlFunctionSourceContext. resultCacheClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ResultCacheClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitResultCacheClause(OracleStatementParser.ResultCacheClauseContext ctx)Visit a parse tree produced byOracleStatementParser.resultCacheClause().TOracleStatementVisitor. visitResultCacheClause(OracleStatementParser.ResultCacheClauseContext ctx)Visit a parse tree produced byOracleStatementParser.resultCacheClause().
-