Interface SplitColumn
-
- All Known Implementing Classes:
DefaultSplitColumn
public interface SplitColumn
Sometimes the amount of data exceeds any buffer. In these cases we need to split the data by some given range, usually the primary key. I.e., the data is read in chunks where these chunks are split using the ID column range of values.© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColumnMetaData
getSplitColumn(TableMetaData tableName)
-
-
-
Method Detail
-
getSplitColumn
ColumnMetaData getSplitColumn(TableMetaData tableName)
- Returns:
- column of the table, i.e. in general the primary key or any other column name if no primary key column is appropriate
-
-