|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageChannel | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.complex | |
| Uses of PageChannel in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return PageChannel | |
|---|---|
PageChannel |
Database.getPageChannel()
|
PageChannel |
IndexData.getPageChannel()
|
PageChannel |
UsageMap.getPageChannel()
|
PageChannel |
IndexPageCache.getPageChannel()
|
PageChannel |
Index.getPageChannel()
|
PageChannel |
Table.getPageChannel()
|
PageChannel |
Cursor.getPageChannel()
|
PageChannel |
Column.getPageChannel()
|
| Methods in com.healthmarketscience.jackcess with parameters of type PageChannel | |
|---|---|
CodecHandler |
DefaultCodecProvider.createHandler(PageChannel channel,
Charset charset)
Returns a new CodecHandler for the database associated with the given PageChannel. |
CodecHandler |
CodecProvider.createHandler(PageChannel channel,
Charset charset)
Returns a new CodecHandler for the database associated with the given PageChannel. |
ByteBuffer |
TempBufferHolder.getBuffer(PageChannel pageChannel,
int size)
Returns a ByteBuffer of at least the given size, with the limit set to the given size, and the predefined byteOrder. |
ByteBuffer |
TempPageHolder.getPage(PageChannel pageChannel)
|
ByteBuffer |
TempBufferHolder.getPageBuffer(PageChannel pageChannel)
Returns a ByteBuffer of at least the defined page size, with the limit set to the page size, and the predefined byteOrder. |
ByteBuffer |
TempPageHolder.setNewPage(PageChannel pageChannel)
Allocates a new buffer in the database (with undefined data) and returns a new empty buffer. |
ByteBuffer |
TempPageHolder.setPage(PageChannel pageChannel,
int pageNumber)
Sets the current page number and returns that page |
| Uses of PageChannel in com.healthmarketscience.jackcess.complex |
|---|
| Methods in com.healthmarketscience.jackcess.complex that return PageChannel | |
|---|---|
PageChannel |
ComplexColumnInfo.getPageChannel()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||