|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of JetFormat in com.healthmarketscience.jackcess |
|---|
| Fields in com.healthmarketscience.jackcess declared as JetFormat | |
|---|---|
static JetFormat |
JetFormat.VERSION_4
|
| Methods in com.healthmarketscience.jackcess that return JetFormat | |
|---|---|
JetFormat |
Database.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)
|
| Methods in com.healthmarketscience.jackcess with parameters of type JetFormat | |
|---|---|
static int |
Table.addDataPageRow(ByteBuffer dataPage,
int rowSize,
JetFormat format)
Updates free space and row info for a new row of the given size in the given data page. |
static String |
Column.decodeUncompressedText(byte[] textBytes,
JetFormat format)
|
static ByteBuffer |
Column.encodeUncompressedText(CharSequence text,
JetFormat format)
|
static short |
Table.findRowEnd(ByteBuffer buffer,
int rowNum,
JetFormat format)
|
static short |
Table.findRowStart(ByteBuffer buffer,
int rowNum,
JetFormat format)
|
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. |
static int |
Table.writeTableDefinition(List<Column> columns,
PageChannel pageChannel,
JetFormat format)
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(FileChannel channel,
JetFormat format,
boolean autoSync)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||