| Package | Description |
|---|---|
| ru.curs.celesta.dbutils.filter |
Filter classes.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
FilterParser.filterExpr(FilterParser.FilterType filterType,
String fieldName) |
static String |
FilterParser.translateFilter(FilterParser.FilterType fieldType,
String fieldName,
String filter,
FilterParser.SQLTranslator tr) |
Copyright © 2022 CURS. All rights reserved.