Uses of Interface
com.healthmarketscience.jackcess.IndexCursor
-
Packages that use IndexCursor Package Description com.healthmarketscience.jackcess com.healthmarketscience.jackcess.impl com.healthmarketscience.jackcess.util -
-
Uses of IndexCursor in com.healthmarketscience.jackcess
Methods in com.healthmarketscience.jackcess that return IndexCursor Modifier and Type Method Description static IndexCursorCursorBuilder. createCursor(Index index)Creates an indexed cursor for the given table.static IndexCursorCursorBuilder. 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 IndexCursorCursorBuilder. createCursor(Index index, Object[] startRow, Object[] endRow)Creates an indexed cursor for the given table, narrowed to the given range.static IndexCursorCursorBuilder. createPrimaryKeyCursor(Table table)Creates an indexed cursor for the primary key cursor of the given table.IndexCursorCursorBuilder. toIndexCursor()Returns a new index cursor for the table, constructed to the given specifications. -
Uses of IndexCursor in com.healthmarketscience.jackcess.impl
Classes in com.healthmarketscience.jackcess.impl that implement IndexCursor Modifier and Type Class Description classIndexCursorImplCursor backed by an index with extended traversal options. -
Uses of IndexCursor in com.healthmarketscience.jackcess.util
Methods in com.healthmarketscience.jackcess.util that return IndexCursor Modifier and Type Method Description IndexCursorJoiner. getToCursor()Constructors in com.healthmarketscience.jackcess.util with parameters of type IndexCursor Constructor Description EntryIterableBuilder(IndexCursor cursor, Object... entryValues)
-