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

Packages that use IndexData.DataPage
com.healthmarketscience.jackcess.impl   
 

Uses of IndexData.DataPage in com.healthmarketscience.jackcess.impl
 

Methods in com.healthmarketscience.jackcess.impl that return IndexData.DataPage
protected  IndexData.DataPage IndexData.findDataPage(IndexData.Entry entry)
          Finds the data page for the given entry.
protected  IndexData.DataPage IndexData.getDataPage(int pageNumber)
          Gets the data page for the pageNumber.
 

Methods in com.healthmarketscience.jackcess.impl with parameters of type IndexData.DataPage
protected  void IndexData.readDataPage(IndexData.DataPage dataPage)
          Reads an index page, populating the correct collection based on the page type (node or leaf).
protected static void IndexData.writeDataPage(ByteBuffer buffer, IndexData.DataPage dataPage, int tdefPageNumber, JetFormat format)
          Writes the data page info to the given buffer.
protected  void IndexData.writeDataPage(IndexData.DataPage dataPage)
          Write the given index page out to a buffer
 



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