AddmDbSqlStatementSummary¶
-
class
oci.opsi.models.
AddmDbSqlStatementSummary
(**kwargs)¶ Bases:
object
Details for a given SQL ID
Methods
__init__
(**kwargs)Initializes a new AddmDbSqlStatementSummary object with values from keyword arguments. Attributes
id
[Required] Gets the id of this AddmDbSqlStatementSummary. is_sql_text_truncated
[Required] Gets the is_sql_text_truncated of this AddmDbSqlStatementSummary. sql_command
[Required] Gets the sql_command of this AddmDbSqlStatementSummary. sql_identifier
[Required] Gets the sql_identifier of this AddmDbSqlStatementSummary. sql_text
[Required] Gets the sql_text of this AddmDbSqlStatementSummary. -
__init__
(**kwargs)¶ Initializes a new AddmDbSqlStatementSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this AddmDbSqlStatementSummary.
- sql_identifier (str) – The value to assign to the sql_identifier property of this AddmDbSqlStatementSummary.
- sql_text (str) – The value to assign to the sql_text property of this AddmDbSqlStatementSummary.
- is_sql_text_truncated (bool) – The value to assign to the is_sql_text_truncated property of this AddmDbSqlStatementSummary.
- sql_command (str) – The value to assign to the sql_command property of this AddmDbSqlStatementSummary.
-
id
¶ [Required] Gets the id of this AddmDbSqlStatementSummary. The OCID of the Database insight.
Returns: The id of this AddmDbSqlStatementSummary. Return type: str
-
is_sql_text_truncated
¶ [Required] Gets the is_sql_text_truncated of this AddmDbSqlStatementSummary. SQL identifier
Returns: The is_sql_text_truncated of this AddmDbSqlStatementSummary. Return type: bool
-
sql_command
¶ [Required] Gets the sql_command of this AddmDbSqlStatementSummary. SQL command name (such as SELECT, INSERT)
Returns: The sql_command of this AddmDbSqlStatementSummary. Return type: str
-
sql_identifier
¶ [Required] Gets the sql_identifier of this AddmDbSqlStatementSummary. SQL identifier
Returns: The sql_identifier of this AddmDbSqlStatementSummary. Return type: str
-
sql_text
¶ [Required] Gets the sql_text of this AddmDbSqlStatementSummary. First 3800 characters of the SQL text
Returns: The sql_text of this AddmDbSqlStatementSummary. Return type: str
-