Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
IndexImpl |
TableUpdater.addIndex(IndexBuilder index) |
IndexImpl |
TableImpl.findIndexForColumns(Collection<String> searchColumns,
TableImpl.IndexFeature feature) |
IndexImpl |
TableImpl.getForeignKeyIndex(Table otherTable) |
IndexImpl |
IndexCursorImpl.getIndex() |
IndexImpl |
TableImpl.getIndex(String name) |
IndexImpl |
TableImpl.getPrimaryKeyIndex() |
IndexImpl |
IndexImpl.getReferencedIndex() |
Modifier and Type | Method and Description |
---|---|
List<IndexImpl> |
TableImpl.getIndexes() |
Modifier and Type | Method and Description |
---|---|
int |
IndexImpl.compareTo(IndexImpl other) |
static IndexCursorImpl |
IndexCursorImpl.createCursor(TableImpl table,
IndexImpl index,
Object[] startRow,
boolean startInclusive,
Object[] endRow,
boolean endInclusive)
Creates an indexed cursor for the given table, narrowed to the given
range.
|
Copyright © 2005–2024 OpenHMS. All rights reserved.