Elexis API documentation
Version 2.1.6 as of December 11 2011

Uses of Class
com.healthmarketscience.jackcess.PageChannel

Packages that use PageChannel
com.healthmarketscience.jackcess   
 

Uses of PageChannel in com.healthmarketscience.jackcess
 

Methods in com.healthmarketscience.jackcess that return PageChannel
 PageChannel Column.getPageChannel()
           
 PageChannel Cursor.getPageChannel()
           
 PageChannel Database.getPageChannel()
           
 PageChannel Index.getPageChannel()
           
 PageChannel IndexPageCache.getPageChannel()
           
 PageChannel Table.getPageChannel()
           
 PageChannel UsageMap.getPageChannel()
           
 

Methods in com.healthmarketscience.jackcess with parameters of type PageChannel
 java.nio.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.
 java.nio.ByteBuffer TempPageHolder.getPage(PageChannel pageChannel)
           
 java.nio.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.
 java.nio.ByteBuffer TempPageHolder.setNewPage(PageChannel pageChannel)
          Allocates a new buffer in the database (with undefined data) and returns a new empty buffer.
 java.nio.ByteBuffer TempPageHolder.setPage(PageChannel pageChannel, int pageNumber)
          Sets the current page number and returns that page
static int Table.writeTableDefinition(java.util.List<Column> columns, PageChannel pageChannel, JetFormat format, java.nio.charset.Charset charset)
          Writes a new table defined by the given columns to the database.
 


Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis