Uses of Class
ru.curs.celesta.dbutils.filter.FilterParser.FilterType
-
Packages that use FilterParser.FilterType Package Description ru.curs.celesta.dbutils.filter Filter classes. -
-
Uses of FilterParser.FilterType in ru.curs.celesta.dbutils.filter
Methods in ru.curs.celesta.dbutils.filter that return FilterParser.FilterType Modifier and Type Method Description static FilterParser.FilterType
FilterParser.FilterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FilterParser.FilterType[]
FilterParser.FilterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ru.curs.celesta.dbutils.filter with parameters of type FilterParser.FilterType Modifier and Type Method Description String
FilterParser. filterExpr(FilterParser.FilterType filterType, String fieldName)
static String
FilterParser. translateFilter(FilterParser.FilterType fieldType, String fieldName, String filter, FilterParser.SQLTranslator tr)
-