Uses of Class
com.oracle.bmc.dataflow.model.StatementOutputData
-
Packages that use StatementOutputData Package Description com.oracle.bmc.dataflow.model -
-
Uses of StatementOutputData in com.oracle.bmc.dataflow.model
Subclasses of StatementOutputData in com.oracle.bmc.dataflow.model Modifier and Type Class Description class
ImagePngStatementOutputData
The statement output data in png format.class
TextHtmlStatementOutputData
The statement output data in html format.class
TextPlainStatementOutputData
The statement output data in text format.Methods in com.oracle.bmc.dataflow.model that return StatementOutputData Modifier and Type Method Description StatementOutputData
StatementOutput. getData()
Methods in com.oracle.bmc.dataflow.model with parameters of type StatementOutputData Modifier and Type Method Description StatementOutput.Builder
StatementOutput.Builder. data(StatementOutputData data)
Constructors in com.oracle.bmc.dataflow.model with parameters of type StatementOutputData Constructor Description StatementOutput(StatementOutputData data, StatementOutput.Status status, String errorName, String errorValue, List<String> traceback)
Deprecated.
-