@Immutable public abstract static class DdlParserListener.TableIndexEvent extends DdlParserListener.Event
| Modifier and Type | Field and Description |
|---|---|
private String |
indexName |
private TableId |
tableId |
| Constructor and Description |
|---|
TableIndexEvent(DdlParserListener.EventType type,
String indexName,
TableId tableId,
String ddlStatement) |
| Modifier and Type | Method and Description |
|---|---|
String |
indexName()
Get the name of the index affected by this event.
|
TableId |
tableId()
Get the identifier of the table to which the index applies.
|
String |
toString() |
statement, typepublic TableIndexEvent(DdlParserListener.EventType type, String indexName, TableId tableId, String ddlStatement)
public TableId tableId()
public String indexName()
Copyright © 2021 JBoss by Red Hat. All rights reserved.