| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Method and Description |
|---|---|
private static void |
TableImpl.createUsageMapDefinitionBuffer(TableCreator creator)
Create the usage map definition page buffer.
|
protected static void |
IndexImpl.writeDefinitions(TableCreator creator,
java.nio.ByteBuffer buffer)
Writes the logical index definitions into a table definition buffer.
|
protected static void |
IndexData.writeDefinitions(TableCreator creator,
java.nio.ByteBuffer buffer)
Writes the index definitions into a table definition buffer.
|
protected static void |
ColumnImpl.writeDefinitions(TableCreator creator,
java.nio.ByteBuffer buffer)
Writes the column definitions into a table definition buffer.
|
protected static void |
IndexData.writeRowCountDefinitions(TableCreator creator,
java.nio.ByteBuffer buffer)
Writes the index row count definitions into a table definition buffer.
|
protected static void |
TableImpl.writeTableDefinition(TableCreator creator)
Writes a new table defined by the given TableCreator to the database.
|
private static void |
TableImpl.writeTableDefinitionHeader(TableCreator creator,
java.nio.ByteBuffer buffer,
int totalTableDefSize) |