Package | Description |
---|---|
com.oracle.bmc.dataflow.model |
Modifier and Type | Method and Description |
---|---|
static StatementOutput.Status |
StatementOutput.Status.create(String key) |
StatementOutput.Status |
StatementOutput.getStatus()
Status of the statement output.
|
static StatementOutput.Status |
StatementOutput.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementOutput.Status[] |
StatementOutput.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StatementOutput.Builder |
StatementOutput.Builder.status(StatementOutput.Status status)
Status of the statement output.
|
Constructor and Description |
---|
StatementOutput(StatementOutputData data,
StatementOutput.Status status,
String errorName,
String errorValue,
List<String> traceback)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.