@Immutable public static class DdlParserListener.SetVariableEvent extends DdlParserListener.Event
| Modifier and Type | Field and Description |
|---|---|
private String |
databaseName |
private String |
value |
private String |
variableName |
| Constructor and Description |
|---|
SetVariableEvent(String variableName,
String value,
String currentDatabaseName,
String ddlStatement) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
databaseName() |
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, typeprivate final String variableName
private final String value
private final String databaseName
Copyright © 2020 JBoss by Red Hat. All rights reserved.