| Methods in com.healthmarketscience.jackcess.impl with parameters of type TableMutator |
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. |