ExecuteSqlInputBatchDetails

class oci.database_tools_runtime.models.ExecuteSqlInputBatchDetails(**kwargs)

Bases: oci.database_tools_runtime.models.execute_sql_input_details.ExecuteSqlInputDetails

Contains the details for the Batch SQL statements to execute on the database connection.

Attributes

TYPE_BATCH str(object=’’) -> str
TYPE_SCRIPT str(object=’’) -> str
TYPE_STANDARD str(object=’’) -> str
batch_statement_texts [Required] Gets the batch_statement_texts of this ExecuteSqlInputBatchDetails.
properties Gets the properties of this ExecuteSqlInputBatchDetails.
response_format Gets the response_format of this ExecuteSqlInputBatchDetails.
type [Required] Gets the type of this ExecuteSqlInputDetails.

Methods

__init__(**kwargs) Initializes a new ExecuteSqlInputBatchDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_BATCH = 'BATCH'
TYPE_SCRIPT = 'SCRIPT'
TYPE_STANDARD = 'STANDARD'
__init__(**kwargs)

Initializes a new ExecuteSqlInputBatchDetails object with values from keyword arguments. The default value of the type attribute of this class is BATCH and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • type (str) – The value to assign to the type property of this ExecuteSqlInputBatchDetails. Allowed values for this property are: “STANDARD”, “BATCH”, “SCRIPT”
  • batch_statement_texts (list[str]) – The value to assign to the batch_statement_texts property of this ExecuteSqlInputBatchDetails.
  • response_format (oci.database_tools_runtime.models.ExecuteSqlResponseFormat) – The value to assign to the response_format property of this ExecuteSqlInputBatchDetails.
  • properties (object) – The value to assign to the properties property of this ExecuteSqlInputBatchDetails.
batch_statement_texts

[Required] Gets the batch_statement_texts of this ExecuteSqlInputBatchDetails. DML statements to execute in jdbc batch mode

Returns:The batch_statement_texts of this ExecuteSqlInputBatchDetails.
Return type:list[str]
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

properties

Gets the properties of this ExecuteSqlInputBatchDetails. Client properties returned as-is in the response

Returns:The properties of this ExecuteSqlInputBatchDetails.
Return type:object
response_format

Gets the response_format of this ExecuteSqlInputBatchDetails.

Returns:The response_format of this ExecuteSqlInputBatchDetails.
Return type:oci.database_tools_runtime.models.ExecuteSqlResponseFormat
type

[Required] Gets the type of this ExecuteSqlInputDetails. The Request type.

Allowed values for this property are: “STANDARD”, “BATCH”, “SCRIPT”

Returns:The type of this ExecuteSqlInputDetails.
Return type:str