private static class SqlServerStreamingChangeEventSource.ChangeTablePointer extends Object
| Modifier and Type | Field and Description |
|---|---|
private ChangeTable |
changeTable |
private boolean |
completed |
private Lsn |
currentChangeLsn |
private ResultSet |
resultSet |
| Constructor and Description |
|---|
ChangeTablePointer(ChangeTable changeTable,
ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SqlServerStreamingChangeEventSource.ChangeTablePointer o) |
ChangeTable |
getChangeTable() |
Lsn |
getCommitLsn() |
Object[] |
getData() |
int |
getOperation() |
Lsn |
getRowLsn() |
boolean |
isCompleted() |
boolean |
next() |
String |
toString() |
private final ChangeTable changeTable
private final ResultSet resultSet
private boolean completed
private Lsn currentChangeLsn
public ChangeTablePointer(ChangeTable changeTable, ResultSet resultSet)
public ChangeTable getChangeTable()
public Lsn getCommitLsn() throws SQLException
SQLExceptionpublic Lsn getRowLsn() 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 © 2018 JBoss by Red Hat. All rights reserved.