Class SqlServerChangeTablePointer


public class SqlServerChangeTablePointer extends ChangeTableResultSet<SqlServerChangeTable,TxLogPosition>
The logical representation of a position for the change in the transaction log. During each sourcing cycle it is necessary to query all change tables and then make a total order of changes across all tables.
This class represents an open database cursor over the change table that is able to move the cursor forward and report the LSN for the change to which the cursor now points.
Author:
Jiri Pechanec