private static class SqlServerStreamingChangeEventSource.ChangeTablePointer extends Object
| Modifier and Type | Field and Description |
|---|---|
private ChangeTable |
changeTable |
private boolean |
completed |
private TxLogPosition |
currentChangePosition |
private ResultSet |
resultSet |
| Constructor and Description |
|---|
ChangeTablePointer(ChangeTable changeTable,
ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SqlServerStreamingChangeEventSource.ChangeTablePointer o) |
TxLogPosition |
getChangePosition() |
ChangeTable |
getChangeTable() |
Object[] |
getData() |
int |
getOperation() |
boolean |
isCompleted() |
boolean |
next() |
String |
toString() |
private final ChangeTable changeTable
private final ResultSet resultSet
private boolean completed
private TxLogPosition currentChangePosition
public ChangeTablePointer(ChangeTable changeTable, ResultSet resultSet)
public ChangeTable getChangeTable()
public TxLogPosition getChangePosition() throws SQLException
SQLExceptionpublic int getOperation()
throws SQLException
SQLExceptionpublic Object[] getData() throws SQLException
SQLExceptionpublic boolean next()
throws SQLException
SQLExceptionpublic boolean isCompleted()
public int compareTo(SqlServerStreamingChangeEventSource.ChangeTablePointer o) throws SQLException
SQLExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.