ExecuteSqlInputScriptSqlRequestDetails¶
-
class
oci.database_tools_runtime.models.ExecuteSqlInputScriptSqlRequestDetails(**kwargs)¶ Bases:
objectContains the details for the Script SQL statements to execute on the database connection.
Methods
__init__(**kwargs)Initializes a new ExecuteSqlInputScriptSqlRequestDetails object with values from keyword arguments. Attributes
propertiesGets the properties of this ExecuteSqlInputScriptSqlRequestDetails. sql_requests[Required] Gets the sql_requests of this ExecuteSqlInputScriptSqlRequestDetails. -
__init__(**kwargs)¶ Initializes a new ExecuteSqlInputScriptSqlRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - properties (object) – The value to assign to the properties property of this ExecuteSqlInputScriptSqlRequestDetails.
- sql_requests (list[oci.database_tools_runtime.models.ExecuteSqlInputDetails]) – The value to assign to the sql_requests property of this ExecuteSqlInputScriptSqlRequestDetails.
-
properties¶ Gets the properties of this ExecuteSqlInputScriptSqlRequestDetails. Client properties returned as-is in the response
Returns: The properties of this ExecuteSqlInputScriptSqlRequestDetails. Return type: object
-
sql_requests¶ [Required] Gets the sql_requests of this ExecuteSqlInputScriptSqlRequestDetails. The SQL statements to execute.
Returns: The sql_requests of this ExecuteSqlInputScriptSqlRequestDetails. Return type: list[oci.database_tools_runtime.models.ExecuteSqlInputDetails]
-