|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexImpl | |
|---|---|
| com.healthmarketscience.jackcess.impl | |
| Uses of IndexImpl in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return IndexImpl | |
|---|---|
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()
|
protected IndexImpl |
TableImpl.mutateAddIndex(TableUpdater mutator)
Writes a index defined by the given TableUpdater to this table. |
| Methods in com.healthmarketscience.jackcess.impl that return types with arguments of type IndexImpl | |
|---|---|
List<IndexImpl> |
TableImpl.getIndexes()
|
| Methods in com.healthmarketscience.jackcess.impl with parameters of type IndexImpl | |
|---|---|
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. |
| Constructors in com.healthmarketscience.jackcess.impl with parameters of type IndexImpl | |
|---|---|
CursorImpl.IdImpl(TableImpl table,
IndexImpl index)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||