|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Index | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.util | |
| Uses of Index in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return Index | |
|---|---|
Index |
Table.getForeignKeyIndex(Table otherTable)
|
Index |
IndexCursor.getIndex()
|
Index |
Table.getIndex(String name)
|
Index |
Table.getPrimaryKeyIndex()
|
Index |
Index.getReferencedIndex()
|
| Methods in com.healthmarketscience.jackcess that return types with arguments of type Index | |
|---|---|
List<? extends Index> |
Table.getIndexes()
|
| Methods in com.healthmarketscience.jackcess with parameters of type Index | |
|---|---|
static IndexCursor |
CursorBuilder.createCursor(Index index)
Creates an indexed cursor for the given table. |
static IndexCursor |
CursorBuilder.createCursor(Index index,
Object[] startRow,
boolean startInclusive,
Object[] endRow,
boolean endInclusive)
Creates an indexed cursor for the given table, narrowed to the given range. |
static IndexCursor |
CursorBuilder.createCursor(Index index,
Object[] startRow,
Object[] endRow)
Creates an indexed cursor for the given table, narrowed to the given range. |
static Row |
CursorBuilder.findRow(Index index,
Map<String,?> rowPattern)
Convenience method for finding a specific row in an indexed table which matches a given row "pattern". |
static Object |
CursorBuilder.findValue(Index index,
Column column,
Column columnPattern,
Object valuePattern)
Convenience method for finding a specific row in a table which matches a given row "pattern". |
CursorBuilder |
CursorBuilder.setIndex(Index index)
Sets an index to use for the cursor. |
| Uses of Index in com.healthmarketscience.jackcess.impl |
|---|
| Classes in com.healthmarketscience.jackcess.impl that implement Index | |
|---|---|
class |
IndexImpl
Access table (logical) index. |
| Methods in com.healthmarketscience.jackcess.impl that return Index | |
|---|---|
Index |
IndexData.getPrimaryIndex()
|
| Methods in com.healthmarketscience.jackcess.impl that return types with arguments of type Index | |
|---|---|
List<Index> |
IndexData.getIndexes()
|
| Uses of Index in com.healthmarketscience.jackcess.util |
|---|
| Methods in com.healthmarketscience.jackcess.util that return Index | |
|---|---|
Index |
Joiner.getFromIndex()
|
Index |
Joiner.getToIndex()
|
| Methods in com.healthmarketscience.jackcess.util with parameters of type Index | |
|---|---|
static Joiner |
Joiner.create(Index fromIndex)
Creates a new Joiner based on the given index which backs a foreign-key relationship. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||