public class TableCommitModificationEvent
extends java.lang.Object
Constructor | Description |
---|---|
TableCommitModificationEvent(SimpleTransaction transaction,
TableName table_name,
int[] added,
int[] removed) |
Constructs the event.
|
Modifier and Type | Method | Description |
---|---|---|
int[] |
getAddedRows() |
Returns the normalized list of all rows that were inserted or updated
in this table of the transaction being committed.
|
int[] |
getRemovedRows() |
Returns the normalized list of all rows that were deleted or updated
in this table of the transaction being committed.
|
TableName |
getTableName() |
Returns the name of the table.
|
SimpleTransaction |
getTransaction() |
Returns the Transaction that represents the view of the database when
the changes to the table have been committed.
|
public TableCommitModificationEvent(SimpleTransaction transaction, TableName table_name, int[] added, int[] removed)
public SimpleTransaction getTransaction()
public TableName getTableName()
public int[] getAddedRows()
public int[] getRemovedRows()
Copyright © 2018. All rights reserved.