Elexis API documentation
Version 2.1.6 as of December 11 2011

Uses of Class
com.healthmarketscience.jackcess.JetFormat

Packages that use JetFormat
com.healthmarketscience.jackcess   
 

Uses of JetFormat in com.healthmarketscience.jackcess
 

Fields in com.healthmarketscience.jackcess declared as JetFormat
static JetFormat JetFormat.VERSION_3
           
static JetFormat JetFormat.VERSION_4
           
static JetFormat JetFormat.VERSION_5
           
 

Methods in com.healthmarketscience.jackcess that return JetFormat
 JetFormat Column.getFormat()
           
 JetFormat Cursor.getFormat()
           
 JetFormat Database.getFormat()
           
 JetFormat Index.getFormat()
           
 JetFormat PageChannel.getFormat()
           
 JetFormat Table.getFormat()
           
 JetFormat UsageMap.getFormat()
           
static JetFormat JetFormat.getFormat(java.nio.channels.FileChannel channel)
           
 JetFormat Database.FileFormat.getJetFormat()
           
 

Methods in com.healthmarketscience.jackcess with parameters of type JetFormat
static int Table.addDataPageRow(java.nio.ByteBuffer dataPage, int rowSize, JetFormat format, int rowFlags)
          Updates free space and row info for a new row of the given size in the given data page.
static short Table.findRowEnd(java.nio.ByteBuffer buffer, int rowNum, JetFormat format)
           
static short Table.findRowStart(java.nio.ByteBuffer buffer, int rowNum, JetFormat format)
           
static java.nio.charset.Charset Database.getDefaultCharset(JetFormat format)
          Returns the default Charset for the given JetFormat.
static int Table.getRowEndOffset(int rowNum, JetFormat format)
           
static int Table.getRowSpaceUsage(int rowSize, JetFormat format)
           
static int Table.getRowStartOffset(int rowNum, JetFormat format)
           
static boolean Table.rowFitsOnDataPage(int rowLength, java.nio.ByteBuffer dataPage, JetFormat format)
          Returns true if a row of the given size will fit on the given data page, false otherwise.
 void Column.validate(JetFormat format)
          Checks that this column definition is valid.
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.
 

Constructors in com.healthmarketscience.jackcess with parameters of type JetFormat
Column(JetFormat format)
           
PageChannel(java.nio.channels.FileChannel channel, JetFormat format, boolean autoSync)
           
 


Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis