Class SplitByColumnSelectCountStatementCreator


  • public class SplitByColumnSelectCountStatementCreator
    extends AbstractSelectStatementCreator
    Sometimes the amount of data in the result set 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.

    With this statement we count the number of rows that actually will be read for the given chunk.

    © 2012-2034 akquinet tech@spree

    Hint is used by SplitColumnHint

    Author:
    M. Dahm