Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
Modifier and Type | Class and Description |
---|---|
class |
TableCreator
Helper class used to maintain state during table creation.
|
class |
TableUpdater
Helper class used to maintain state during table mutation.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ColumnImpl.writeColUsageMapDefinition(TableMutator creator,
ColumnBuilder lvalCol,
ByteBuffer buffer) |
protected static void |
IndexData.writeDefinition(TableMutator creator,
ByteBuffer buffer,
com.healthmarketscience.jackcess.impl.TableMutator.IndexDataState idxDataState,
ByteBuffer rootPageBuffer)
Writes the index definitions into a table definition buffer.
|
protected static void |
ColumnImpl.writeDefinition(TableMutator mutator,
ColumnBuilder col,
ByteBuffer buffer) |
protected static void |
IndexImpl.writeDefinition(TableMutator mutator,
IndexBuilder idx,
ByteBuffer buffer) |
protected static void |
IndexData.writeRowCountDefinitions(TableMutator creator,
ByteBuffer buffer,
int idxCount)
Writes the index row count definitions into a table definition buffer.
|
Copyright © 2005–2018. All rights reserved.