Uses of Class
io.siddhi.core.util.parser.AggregationParser.Database
-
Packages that use AggregationParser.Database Package Description io.siddhi.core.aggregation.persistedaggregation.config io.siddhi.core.util.parser -
-
Uses of AggregationParser.Database in io.siddhi.core.aggregation.persistedaggregation.config
Methods in io.siddhi.core.aggregation.persistedaggregation.config with parameters of type AggregationParser.Database Modifier and Type Method Description static DBAggregationQueryConfigurationEntryDBAggregationQueryUtil. lookupCurrentQueryConfigurationEntry(AggregationParser.Database databaseType)Isolates a particular RDBMS query configuration entry which matches the retrieved DB metadata. -
Uses of AggregationParser.Database in io.siddhi.core.util.parser
Methods in io.siddhi.core.util.parser that return AggregationParser.Database Modifier and Type Method Description static AggregationParser.DatabaseAggregationParser.Database. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationParser.Database[]AggregationParser.Database. values()Returns an array containing the constants of this enum type, in the order they are declared.
-