| HistoryRecorder |
This interface defines how a custom recorder can be supplied to record LogMiner results.
|
| LogFile |
Represents a redo or archive log in Oracle.
|
| LogFile.Type |
|
| LogMinerHelper.DATATYPE |
|
| TransactionalBuffer |
Buffer that stores transactions and related callbacks that will be executed when a transaction commits or discarded
when a transaction has been rolled back.
|
| TransactionalBuffer.DmlEvent |
Represents a DML event for a given table row.
|
| TransactionalBuffer.LogMinerEvent |
Base class for all possible LogMiner events
|
| TransactionalBuffer.RecentlyCommittedTransaction |
Represents a transaction boundary that was recently committed.
|
| TransactionalBuffer.SelectLobLocatorEvent |
Represents a SELECT_LOB_LOCATOR event
|
| TransactionalBuffer.Transaction |
Represents a logical database transaction
|