Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
SqlInSqlTuningSet |
SqlInSqlTuningSet.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SqlInSqlTuningSet> |
SqlTuningSet.getSqlList()
A list of the Sqls associated with the Sql tuning set.
|
Modifier and Type | Method and Description |
---|---|
SqlInSqlTuningSet.Builder |
SqlInSqlTuningSet.Builder.copy(SqlInSqlTuningSet model) |
Modifier and Type | Method and Description |
---|---|
SqlTuningSet.Builder |
SqlTuningSet.Builder.sqlList(List<SqlInSqlTuningSet> sqlList)
A list of the Sqls associated with the Sql tuning set.
|
Constructor and Description |
---|
SqlTuningSet(Integer id,
String owner,
String name,
Integer statementCount,
Date timeCreated,
String description,
Date timeLastModified,
SqlTuningSetStatusTypes status,
String scheduledJobName,
String errorMessage,
SqlTuningSet.AllSqlStatementsFetched allSqlStatementsFetched,
List<SqlInSqlTuningSet> sqlList)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.