Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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–2018. All rights reserved.