Package | Description |
---|---|
com.healthmarketscience.jackcess.util |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Copyright © 2005–2018. All rights reserved.