| Package | Description |
|---|---|
| io.debezium.relational.ddl |
| Modifier and Type | Field and Description |
|---|---|
private DdlParserListener.EventType |
DdlParserListener.Event.type |
| Modifier and Type | Method and Description |
|---|---|
DdlParserListener.EventType |
DdlParserListener.Event.type()
Get the
type of event. |
static DdlParserListener.EventType |
DdlParserListener.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DdlParserListener.EventType[] |
DdlParserListener.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DatabaseEvent(DdlParserListener.EventType type,
String databaseName,
String ddlStatement) |
Event(DdlParserListener.EventType type,
String ddlStatement) |
TableEvent(DdlParserListener.EventType type,
TableId tableId,
String ddlStatement,
boolean isView) |
TableIndexEvent(DdlParserListener.EventType type,
String indexName,
TableId tableId,
String ddlStatement) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.