Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
SqlMetrics |
SqlMetrics.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SqlMetrics> |
SqlInSqlTuningSet.getMetrics()
A list of the Sqls associated with the Sql tuning set.
|
Modifier and Type | Method and Description |
---|---|
SqlMetrics.Builder |
SqlMetrics.Builder.copy(SqlMetrics model) |
Modifier and Type | Method and Description |
---|---|
SqlInSqlTuningSet.Builder |
SqlInSqlTuningSet.Builder.metrics(List<SqlMetrics> metrics)
A list of the Sqls associated with the Sql tuning set.
|
Constructor and Description |
---|
SqlInSqlTuningSet(String sqlId,
String sqlText,
Long containerDatabaseId,
Long planHashValue,
String schema,
String module,
List<SqlMetrics> metrics)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.