@Immutable public static class DdlParserListener.TableAlteredEvent extends DdlParserListener.TableEvent
| Modifier and Type | Field and Description |
|---|---|
private TableId |
previousTableId |
| Constructor and Description |
|---|
TableAlteredEvent(TableId tableId,
TableId previousTableId,
String ddlStatement,
boolean isView) |
| Modifier and Type | Method and Description |
|---|---|
TableId |
previousTableId()
If the table was renamed, then get the old identifier of the table before it was renamed.
|
String |
toString() |
isView, tableIdstatement, typeprivate final TableId previousTableId
public TableId previousTableId()
public String toString()
toString in class DdlParserListener.TableEventCopyright © 2019 JBoss by Red Hat. All rights reserved.