Uses of Class
com.healthmarketscience.jackcess.impl.IndexImpl

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 TableImpl.getForeignKeyIndex(Table otherTable)
           
 IndexImpl IndexCursorImpl.getIndex()
           
 IndexImpl TableImpl.getIndex(String name)
           
 IndexImpl TableImpl.getPrimaryKeyIndex()
           
 IndexImpl IndexImpl.getReferencedIndex()
           
 

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.
 



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