|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowFilter | |
|---|---|
| com.healthmarketscience.jackcess | |
| Uses of RowFilter in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess 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,Object> rowPattern)
Creates a filter based on a row pattern. |
| Methods in com.healthmarketscience.jackcess with parameters of type RowFilter | |
|---|---|
static Iterable<Map<String,Object>> |
RowFilter.apply(RowFilter rowFilter,
Iterable<Map<String,Object>> 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 | |||||||||