public class CreateEventList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationParameters |
configuration |
| Constructor and Description |
|---|
CreateEventList(ConfigurationParameters configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChangesRelatedToObject(java.lang.String sourceTable,
java.lang.String objectId) |
void |
createChangeSequence() |
java.lang.String |
getObjectClassThroughCheckingConstraint(java.lang.String table,
java.lang.String id,
java.lang.String schema) |
java.util.List<TableEvent> |
rankChangeSequence() |
protected ConfigurationParameters configuration
public CreateEventList(ConfigurationParameters configuration)
public java.util.List<TableEvent> rankChangeSequence() throws java.text.ParseException
java.text.ParseExceptionpublic void createChangeSequence()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void addChangesRelatedToObject(java.lang.String sourceTable,
java.lang.String objectId)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getObjectClassThroughCheckingConstraint(java.lang.String table,
java.lang.String id,
java.lang.String schema)
throws java.sql.SQLException
java.sql.SQLException