Uses of Class
com.healthmarketscience.jackcess.JetFormat

Packages that use JetFormat
com.healthmarketscience.jackcess   
com.healthmarketscience.jackcess.complex   
 

Uses of JetFormat in com.healthmarketscience.jackcess
 

Fields in com.healthmarketscience.jackcess declared as JetFormat
static JetFormat JetFormat.VERSION_12
          the JetFormat constants for the Jet database version "12"
static JetFormat JetFormat.VERSION_14
          the JetFormat constants for the Jet database version "14"
static JetFormat JetFormat.VERSION_3
          the JetFormat constants for the Jet database version "3"
static JetFormat JetFormat.VERSION_4
          the JetFormat constants for the Jet database version "4"
static JetFormat JetFormat.VERSION_MSISAM
          the JetFormat constants for the MSISAM database
 

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

Methods in com.healthmarketscience.jackcess with parameters of type JetFormat
static int Table.addDataPageRow(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 IndexData IndexData.create(Table table, ByteBuffer tableBuffer, int number, JetFormat format)
          Creates an IndexData appropriate for the given table, using information from the given table definition buffer.
static short Table.findRowEnd(ByteBuffer buffer, int rowNum, JetFormat format)
           
static short Table.findRowStart(ByteBuffer buffer, int rowNum, JetFormat format)
           
static 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, 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.
 

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

Uses of JetFormat in com.healthmarketscience.jackcess.complex
 

Methods in com.healthmarketscience.jackcess.complex that return JetFormat
 JetFormat ComplexColumnInfo.getFormat()
           
 



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