Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
protected static void |
ColumnImpl.writeColUsageMapDefinitions(TableCreator creator,
ByteBuffer buffer) |
protected static void |
ColumnImpl.writeDefinitions(TableCreator creator,
ByteBuffer buffer)
Writes the column definitions into a table definition buffer.
|
protected static void |
IndexData.writeDefinitions(TableCreator creator,
ByteBuffer buffer)
Writes the index definitions into a table definition buffer.
|
protected static void |
IndexImpl.writeDefinitions(TableCreator creator,
ByteBuffer buffer)
Writes the logical index definitions into a table definition buffer.
|
protected static void |
IndexData.writeRowCountDefinitions(TableCreator creator,
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.
|
Copyright © 2005–2018. All rights reserved.