ExecuteSqlResponseItemProperties¶
-
class
oci.database_tools_runtime.models.ExecuteSqlResponseItemProperties(**kwargs)¶ Bases:
objectProperty information
Methods
__init__(**kwargs)Initializes a new ExecuteSqlResponseItemProperties object with values from keyword arguments. Attributes
display_nameGets the display_name of this ExecuteSqlResponseItemProperties. queryGets the query of this ExecuteSqlResponseItemProperties. statementGets the statement of this ExecuteSqlResponseItemProperties. -
__init__(**kwargs)¶ Initializes a new ExecuteSqlResponseItemProperties object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - query (object) – The value to assign to the query property of this ExecuteSqlResponseItemProperties.
- statement (object) – The value to assign to the statement property of this ExecuteSqlResponseItemProperties.
- display_name (object) – The value to assign to the display_name property of this ExecuteSqlResponseItemProperties.
-
display_name¶ Gets the display_name of this ExecuteSqlResponseItemProperties. Client properties returned as-is in the response. For asynchronous requests, the “displayName” property can be set to provide a user-friendly name that will propagate to the resulting Work Request to allow for easier identification and tracking of the operation’s progress and outcome.
Returns: The display_name of this ExecuteSqlResponseItemProperties. Return type: object
-
query¶ Gets the query of this ExecuteSqlResponseItemProperties. Client properties returned as-is in the response
Returns: The query of this ExecuteSqlResponseItemProperties. Return type: object
-
statement¶ Gets the statement of this ExecuteSqlResponseItemProperties. Client properties returned as-is in the response
Returns: The statement of this ExecuteSqlResponseItemProperties. Return type: object
-