|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColumnMatcher | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.util | |
| Uses of ColumnMatcher in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return ColumnMatcher | |
|---|---|
ColumnMatcher |
Cursor.getColumnMatcher()
Returns the currently configured ColumnMatcher, always non- null. |
| Methods in com.healthmarketscience.jackcess with parameters of type ColumnMatcher | |
|---|---|
CursorBuilder |
CursorBuilder.setColumnMatcher(ColumnMatcher columnMatcher)
Sets the ColumnMatcher to use for matching row patterns. |
void |
Cursor.setColumnMatcher(ColumnMatcher columnMatcher)
Sets a new ColumnMatcher. |
| Uses of ColumnMatcher in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return ColumnMatcher | |
|---|---|
ColumnMatcher |
CursorImpl.getColumnMatcher()
|
| Methods in com.healthmarketscience.jackcess.impl with parameters of type ColumnMatcher | |
|---|---|
void |
CursorImpl.setColumnMatcher(ColumnMatcher columnMatcher)
|
| Uses of ColumnMatcher in com.healthmarketscience.jackcess.util |
|---|
| Classes in com.healthmarketscience.jackcess.util that implement ColumnMatcher | |
|---|---|
class |
CaseInsensitiveColumnMatcher
Concrete implementation of ColumnMatcher which tests textual columns case-insensitively ( DataType.TEXT and DataType.MEMO), and
all other columns using simple equality. |
class |
SimpleColumnMatcher
Simple concrete implementation of ColumnMatcher which test for equality. |
| Methods in com.healthmarketscience.jackcess.util that return ColumnMatcher | |
|---|---|
ColumnMatcher |
EntryIterableBuilder.getColumnMatcher()
|
ColumnMatcher |
IterableBuilder.getColumnMatcher()
|
| Methods in com.healthmarketscience.jackcess.util with parameters of type ColumnMatcher | |
|---|---|
EntryIterableBuilder |
EntryIterableBuilder.setColumnMatcher(ColumnMatcher columnMatcher)
|
IterableBuilder |
IterableBuilder.setColumnMatcher(ColumnMatcher columnMatcher)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||