Uses of Class
oracle.pgx.api.filter.FilterStrategy
-
Packages that use FilterStrategy Package Description oracle.pgx.api.filter This package contains filter data objects. -
-
Uses of FilterStrategy in oracle.pgx.api.filter
Methods in oracle.pgx.api.filter that return FilterStrategy Modifier and Type Method Description static FilterStrategyFilterStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FilterStrategy[]FilterStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-