Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static AwrDbSqlReport.Format |
AwrDbSqlReport.Format.create(String key) |
AwrDbSqlReport.Format |
AwrDbSqlReport.getFormat()
The format of the report.
|
static AwrDbSqlReport.Format |
AwrDbSqlReport.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwrDbSqlReport.Format[] |
AwrDbSqlReport.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AwrDbSqlReport.Builder |
AwrDbSqlReport.Builder.format(AwrDbSqlReport.Format format)
The format of the report.
|
Constructor and Description |
---|
AwrDbSqlReport(String name,
String version,
String queryKey,
Double dbQueryTimeInSecs,
String content,
AwrDbSqlReport.Format format)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.