Uses of Class
com.healthmarketscience.jackcess.impl.TableMutator

Packages that use TableMutator
com.healthmarketscience.jackcess.impl   
 

Uses of TableMutator in com.healthmarketscience.jackcess.impl
 

Subclasses of TableMutator in com.healthmarketscience.jackcess.impl
 class TableCreator
          Helper class used to maintain state during table creation.
 class TableUpdater
          Helper class used to maintain state during table mutation.
 

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.
 



Copyright © 2005-2017 Health Market Science. All Rights Reserved.