Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl | |
com.healthmarketscience.jackcess.util |
Modifier and Type | Method and Description |
---|---|
ColumnMatcher |
Cursor.getColumnMatcher()
Returns the currently configured ColumnMatcher, always non-
null . |
Modifier and Type | Method and Description |
---|---|
CursorBuilder |
CursorBuilder.setColumnMatcher(ColumnMatcher columnMatcher)
Sets the ColumnMatcher to use for matching row patterns.
|
void |
Cursor.setColumnMatcher(ColumnMatcher columnMatcher)
Sets a new ColumnMatcher.
|
Modifier and Type | Method and Description |
---|---|
ColumnMatcher |
CursorImpl.getColumnMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
CursorImpl.setColumnMatcher(ColumnMatcher columnMatcher) |
Modifier and Type | Class and Description |
---|---|
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 tests for equality.
|
Modifier and Type | Method and Description |
---|---|
ColumnMatcher |
IterableBuilder.getColumnMatcher() |
ColumnMatcher |
EntryIterableBuilder.getColumnMatcher() |
Modifier and Type | Method and Description |
---|---|
IterableBuilder |
IterableBuilder.setColumnMatcher(ColumnMatcher columnMatcher) |
EntryIterableBuilder |
EntryIterableBuilder.setColumnMatcher(ColumnMatcher columnMatcher) |
Copyright © 2005–2024 OpenHMS. All rights reserved.