Uses of Class
com.healthmarketscience.jackcess.impl.JetFormat
-
Packages that use JetFormat Package Description com.healthmarketscience.jackcess com.healthmarketscience.jackcess.impl -
-
Uses of JetFormat in com.healthmarketscience.jackcess
Methods in com.healthmarketscience.jackcess with parameters of type JetFormat Modifier and Type Method Description intDataType. fromUnitSize(int unitSize, JetFormat format)intDataType. getUnitSize(JetFormat format)intDataType. toUnitSize(int size, JetFormat format)voidColumnBuilder. validate(JetFormat format)Checks that this column definition is valid.voidIndexBuilder. validate(Set<String> tableColNames, JetFormat format)Checks that this index definition is valid. -
Uses of JetFormat in com.healthmarketscience.jackcess.impl
Fields in com.healthmarketscience.jackcess.impl declared as JetFormat Modifier and Type Field Description static JetFormatJetFormat. VERSION_12Deprecated.renamed toVERSION_2007static JetFormatJetFormat. VERSION_14Deprecated.renamed toVERSION_2010static JetFormatJetFormat. VERSION_16Deprecated.renamed toVERSION_2016static JetFormatJetFormat. VERSION_17Deprecated.renamed toVERSION_2019.static JetFormatJetFormat. VERSION_2007the JetFormat constants for the format Access 2007 writesstatic JetFormatJetFormat. VERSION_2010the JetFormat constants for the format Access 2010 writesstatic JetFormatJetFormat. VERSION_2016the JetFormat constants for the format Access 2016 writesstatic JetFormatJetFormat. VERSION_2019the JetFormat constants for the format Access 2019 writesstatic JetFormatJetFormat. VERSION_3the JetFormat constants for the Jet database version "3"static JetFormatJetFormat. VERSION_4the JetFormat constants for the Jet database version "4"static JetFormatJetFormat. VERSION_MSISAMthe JetFormat constants for the MSISAM databaseMethods in com.healthmarketscience.jackcess.impl that return JetFormat Modifier and Type Method Description JetFormatColumnImpl. getFormat()JetFormatCursorImpl. getFormat()JetFormatDatabaseImpl.FileFormatDetails. getFormat()JetFormatDatabaseImpl. getFormat()JetFormatIndexData. getFormat()JetFormatIndexImpl. getFormat()static JetFormatJetFormat. getFormat(FileChannel channel)JetFormatPageChannel. getFormat()JetFormatTableImpl. getFormat()JetFormatUsageMap. getFormat()Methods in com.healthmarketscience.jackcess.impl with parameters of type JetFormat Modifier and Type Method Description static intTableImpl. 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 IndexDataIndexData. create(TableImpl table, ByteBuffer tableBuffer, int number, JetFormat format)Creates an IndexData appropriate for the given table, using information from the given table definition buffer.static shortTableImpl. findRowEnd(ByteBuffer buffer, int rowNum, JetFormat format)static shortTableImpl. findRowStart(ByteBuffer buffer, int rowNum, JetFormat format)static CharsetDatabaseImpl. getDefaultCharset(JetFormat format)Returns the default Charset for the given JetFormat.static byte[]DatabaseImpl. getPasswordMask(ByteBuffer buffer, JetFormat format)Returns the password mask retrieved from the given header page and format, ornullif this format does not use a password mask.static intTableImpl. getRowEndOffset(int rowNum, JetFormat format)static intTableImpl. getRowSpaceUsage(int rowSize, JetFormat format)static intTableImpl. getRowStartOffset(int rowNum, JetFormat format)static booleanTableImpl. rowFitsOnDataPage(int rowLength, ByteBuffer dataPage, JetFormat format)Returnstrueif a row of the given size will fit on the given data page,falseotherwise.Constructors in com.healthmarketscience.jackcess.impl with parameters of type JetFormat Constructor Description PageChannel(FileChannel channel, boolean closeChannel, JetFormat format, boolean autoSync)
-