public class InsertOperation extends AbstractBatchOperation
_reverseRowOrder
CLEAN_INSERT, DELETE, DELETE_ALL, INSERT, NONE, REFRESH, TRUNCATE_TABLE, UPDATE
Modifier and Type | Method and Description |
---|---|
protected boolean |
equalsIgnoreMapping(BitSet ignoreMapping,
ITable table,
int row)
Returns false if the specified table row have a different ignore mapping
than the specified mapping.
|
protected BitSet |
getIgnoreMapping(ITable table,
int row)
Returns mapping of columns to ignore by this operation.
|
OperationData |
getOperationData(ITableMetaData metaData,
BitSet ignoreMapping,
IDatabaseConnection connection) |
execute, handleColumnHasNoValue, iterator, toString
getQualifiedName
CLOSE_CONNECTION, TRANSACTION
public OperationData getOperationData(ITableMetaData metaData, BitSet ignoreMapping, IDatabaseConnection connection) throws DataSetException
DataSetException
protected BitSet getIgnoreMapping(ITable table, int row) throws DataSetException
AbstractBatchOperation
DataSetException
protected boolean equalsIgnoreMapping(BitSet ignoreMapping, ITable table, int row) throws DataSetException
AbstractBatchOperation
DataSetException
Copyright © 2002–2018. All rights reserved.