SqlTuningTaskSqlDetail

class oci.database_management.models.SqlTuningTaskSqlDetail(**kwargs)

Bases: object

The details of the SQL statements on which SQL tuning is performed.

Methods

__init__(**kwargs) Initializes a new SqlTuningTaskSqlDetail object with values from keyword arguments.

Attributes

sql_id [Required] Gets the sql_id of this SqlTuningTaskSqlDetail.
__init__(**kwargs)

Initializes a new SqlTuningTaskSqlDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:sql_id (str) – The value to assign to the sql_id property of this SqlTuningTaskSqlDetail.
sql_id

[Required] Gets the sql_id of this SqlTuningTaskSqlDetail. The identifier of a SQL statement.

Returns:The sql_id of this SqlTuningTaskSqlDetail.
Return type:str