@Immutable public static class DdlParserListener.SetVariableEvent extends DdlParserListener.Event
| Modifier and Type | Field and Description |
|---|---|
private String |
value |
private String |
variableName |
| Constructor and Description |
|---|
SetVariableEvent(String variableName,
String value,
String ddlStatement) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
String |
variableName()
Get the name of the variable that was set.
|
String |
variableValue()
Get the value of the variable that was set.
|
statement, typeCopyright © 2018 JBoss by Red Hat. All rights reserved.