|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowFilter | |
|---|---|
| com.healthmarketscience.jackcess.util | |
| Uses of RowFilter in com.healthmarketscience.jackcess.util |
|---|
| Methods in com.healthmarketscience.jackcess.util that return RowFilter | |
|---|---|
static RowFilter |
RowFilter.invert(RowFilter filter)
Creates a filter which inverts the sense of the given filter (rows which are matched by the given filter will not be matched by the returned filter, and vice versa). |
static RowFilter |
RowFilter.matchPattern(Column columnPattern,
Object valuePattern)
Creates a filter based on a single value row pattern. |
static RowFilter |
RowFilter.matchPattern(Map<String,?> rowPattern)
Creates a filter based on a row pattern. |
| Methods in com.healthmarketscience.jackcess.util with parameters of type RowFilter | |
|---|---|
static Iterable<Row> |
RowFilter.apply(RowFilter rowFilter,
Iterable<? extends Row> iterable)
Returns an iterable which filters the given iterable based on the given rowFilter. |
static RowFilter |
RowFilter.invert(RowFilter filter)
Creates a filter which inverts the sense of the given filter (rows which are matched by the given filter will not be matched by the returned filter, and vice versa). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||