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

Packages that use IndexData
com.healthmarketscience.jackcess.impl   
 

Uses of IndexData in com.healthmarketscience.jackcess.impl
 

Methods in com.healthmarketscience.jackcess.impl that return IndexData
static IndexData IndexData.create(TableImpl table, ByteBuffer tableBuffer, int number, JetFormat format)
          Creates an IndexData appropriate for the given table, using information from the given table definition buffer.
 IndexData IndexData.EntryCursor.getIndexData()
           
 IndexData IndexPageCache.getIndexData()
           
 IndexData IndexImpl.getIndexData()
           
protected  IndexData TableImpl.mutateAddIndexData(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 IndexData
 List<IndexData> TableImpl.getIndexDatas()
           
 

Constructors in com.healthmarketscience.jackcess.impl with parameters of type IndexData
IndexPageCache(IndexData indexData)
           
 

Constructor parameters in com.healthmarketscience.jackcess.impl with type arguments of type IndexData
IndexImpl(ByteBuffer tableBuffer, List<IndexData> indexDatas, JetFormat format)
           
 



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