Uses of Class
net.hironico.minisql.parser.plsql.PlSqlParser.Cache_or_nocacheContext
Packages that use PlSqlParser.Cache_or_nocacheContext
-
Uses of PlSqlParser.Cache_or_nocacheContext in net.hironico.minisql.parser.plsql
Methods in net.hironico.minisql.parser.plsql that return PlSqlParser.Cache_or_nocacheContextModifier and TypeMethodDescriptionPlSqlParser.Alter_clusterContext.cache_or_nocache(int i) PlSqlParser.Alter_materialized_view_logContext.cache_or_nocache()PlSqlParser.Alter_materialized_viewContext.cache_or_nocache()PlSqlParser.cache_or_nocache()Methods in net.hironico.minisql.parser.plsql that return types with arguments of type PlSqlParser.Cache_or_nocacheContextMethods in net.hironico.minisql.parser.plsql with parameters of type PlSqlParser.Cache_or_nocacheContextModifier and TypeMethodDescriptionvoidPlSqlParserBaseListener.enterCache_or_nocache(PlSqlParser.Cache_or_nocacheContext ctx) Enter a parse tree produced byPlSqlParser.cache_or_nocache().voidPlSqlParserListener.enterCache_or_nocache(PlSqlParser.Cache_or_nocacheContext ctx) Enter a parse tree produced byPlSqlParser.cache_or_nocache().voidPlSqlParserBaseListener.exitCache_or_nocache(PlSqlParser.Cache_or_nocacheContext ctx) Exit a parse tree produced byPlSqlParser.cache_or_nocache().voidPlSqlParserListener.exitCache_or_nocache(PlSqlParser.Cache_or_nocacheContext ctx) Exit a parse tree produced byPlSqlParser.cache_or_nocache().