public static class DropSqlsInSqlTuningSetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DropSqlsInSqlTuningSetDetails.Builder |
basicFilter(String basicFilter)
Specifies the Sql predicate to filter the Sql from the Sql tuning set defined on
attributes of the SQLSET_ROW.
|
DropSqlsInSqlTuningSetDetails |
build() |
DropSqlsInSqlTuningSetDetails.Builder |
copy(DropSqlsInSqlTuningSetDetails model) |
DropSqlsInSqlTuningSetDetails.Builder |
credentialDetails(SqlTuningSetAdminCredentialDetails credentialDetails) |
DropSqlsInSqlTuningSetDetails.Builder |
databaseCredential(DatabaseCredentialDetails databaseCredential) |
DropSqlsInSqlTuningSetDetails.Builder |
name(String name)
The name of the Sql tuning set.
|
DropSqlsInSqlTuningSetDetails.Builder |
owner(String owner)
The owner of the Sql tuning set.
|
DropSqlsInSqlTuningSetDetails.Builder |
showSqlOnly(Integer showSqlOnly)
Flag to indicate whether to drop the Sql statements or just display the plsql used to
drop the Sql statements.
|
public DropSqlsInSqlTuningSetDetails.Builder credentialDetails(SqlTuningSetAdminCredentialDetails credentialDetails)
public DropSqlsInSqlTuningSetDetails.Builder databaseCredential(DatabaseCredentialDetails databaseCredential)
public DropSqlsInSqlTuningSetDetails.Builder showSqlOnly(Integer showSqlOnly)
Flag to indicate whether to drop the Sql statements or just display the plsql used to drop the Sql statements.
showSqlOnly
- the value to setpublic DropSqlsInSqlTuningSetDetails.Builder owner(String owner)
The owner of the Sql tuning set.
owner
- the value to setpublic DropSqlsInSqlTuningSetDetails.Builder name(String name)
The name of the Sql tuning set.
name
- the value to setpublic DropSqlsInSqlTuningSetDetails.Builder basicFilter(String basicFilter)
Specifies the Sql predicate to filter the Sql from the Sql tuning set defined on attributes of the SQLSET_ROW. User could use any combination of the following columns with appropriate values as Sql predicate Refer to the documentation https://docs.oracle.com/en/database/oracle/oracle-database/18/arpls/DBMS_SQLTUNE.html#GUID-1F4AFB03-7B29-46FC-B3F2-CB01EC36326C
basicFilter
- the value to setpublic DropSqlsInSqlTuningSetDetails build()
public DropSqlsInSqlTuningSetDetails.Builder copy(DropSqlsInSqlTuningSetDetails model)
Copyright © 2016–2024. All rights reserved.