|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JetFormat | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| Uses of JetFormat in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess with parameters of type JetFormat | |
|---|---|
void |
ColumnBuilder.validate(JetFormat format)
Checks that this column definition is valid. |
void |
IndexBuilder.validate(Set<String> tableColNames,
JetFormat format)
|
| Uses of JetFormat in com.healthmarketscience.jackcess.impl |
|---|
| Fields in com.healthmarketscience.jackcess.impl 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.impl that return JetFormat | |
|---|---|
JetFormat |
ColumnImpl.getFormat()
|
JetFormat |
PageChannel.getFormat()
|
JetFormat |
IndexData.getFormat()
|
JetFormat |
TableImpl.getFormat()
|
JetFormat |
CursorImpl.getFormat()
|
JetFormat |
DatabaseImpl.getFormat()
|
JetFormat |
DatabaseImpl.FileFormatDetails.getFormat()
|
JetFormat |
UsageMap.getFormat()
|
JetFormat |
IndexImpl.getFormat()
|
static JetFormat |
JetFormat.getFormat(FileChannel channel)
|
| Methods in com.healthmarketscience.jackcess.impl with parameters of type JetFormat | |
|---|---|
static int |
TableImpl.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(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 short |
TableImpl.findRowEnd(ByteBuffer buffer,
int rowNum,
JetFormat format)
|
static short |
TableImpl.findRowStart(ByteBuffer buffer,
int rowNum,
JetFormat format)
|
static Charset |
DatabaseImpl.getDefaultCharset(JetFormat format)
Returns the default Charset for the given JetFormat. |
static int |
TableImpl.getRowEndOffset(int rowNum,
JetFormat format)
|
static int |
TableImpl.getRowSpaceUsage(int rowSize,
JetFormat format)
|
static int |
TableImpl.getRowStartOffset(int rowNum,
JetFormat format)
|
static boolean |
TableImpl.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. |
| Constructors in com.healthmarketscience.jackcess.impl with parameters of type JetFormat | |
|---|---|
PageChannel(FileChannel channel,
boolean closeChannel,
JetFormat format,
boolean autoSync)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||