public class ChangeTable extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
captureInstance |
private TableId |
changeTableId |
private int |
changeTableObjectId |
private Table |
sourceTable
The table from which the changes are captured
|
private TableId |
sourceTableId |
| Constructor and Description |
|---|
ChangeTable(String captureInstance,
TableId sourceTableId,
TableId changeTableId,
int changeTableObjectId)
Creates an object that represents a source table's change table.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCaptureInstance() |
TableId |
getChangeTableId() |
int |
getChangeTableObjectId() |
Table |
getSourceTable() |
TableId |
getSourceTableId() |
void |
setSourceTable(Table sourceTable) |
String |
toString() |
private final String captureInstance
private final TableId sourceTableId
private final TableId changeTableId
private final int changeTableObjectId
private Table sourceTable
public ChangeTable(String captureInstance, TableId sourceTableId, TableId changeTableId, int changeTableObjectId)
captureInstance - the logical name of the change capture processsourceTableId - the table from which the changes are capturedchangeTableId - the table that contains the changes for the source tablechangeTableObjectId - the numeric identifier for the change table in the source databasepublic String getCaptureInstance()
public TableId getSourceTableId()
public TableId getChangeTableId()
public int getChangeTableObjectId()
public Table getSourceTable()
public void setSourceTable(Table sourceTable)
Copyright © 2021 JBoss by Red Hat. All rights reserved.