Uses of Class
com.healthmarketscience.jackcess.IndexData.EntryCursor

Packages that use IndexData.EntryCursor
com.healthmarketscience.jackcess   
 

Uses of IndexData.EntryCursor in com.healthmarketscience.jackcess
 

Methods in com.healthmarketscience.jackcess that return IndexData.EntryCursor
 IndexData.EntryCursor IndexData.cursor()
          Gets a new cursor for this index.
 IndexData.EntryCursor Index.cursor()
          Gets a new cursor for this index.
 IndexData.EntryCursor IndexData.cursor(Object[] startRow, boolean startInclusive, Object[] endRow, boolean endInclusive)
          Gets a new cursor for this index, narrowed to the range defined by the given startRow and endRow.
 IndexData.EntryCursor Index.cursor(Object[] startRow, boolean startInclusive, Object[] endRow, boolean endInclusive)
          Gets a new cursor for this index, narrowed to the range defined by the given startRow and endRow.
 



Copyright © 2005-2013 Health Market Science. All Rights Reserved.