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