ExecuteSqlResponseFormat

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

Bases: object

Specifies which major elements of the response are returned

Methods

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

Attributes

binds Gets the binds of this ExecuteSqlResponseFormat.
response Gets the response of this ExecuteSqlResponseFormat.
result Gets the result of this ExecuteSqlResponseFormat.
result_set_meta_data Gets the result_set_meta_data of this ExecuteSqlResponseFormat.
statement_information Gets the statement_information of this ExecuteSqlResponseFormat.
statement_text Gets the statement_text of this ExecuteSqlResponseFormat.
__init__(**kwargs)

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

Parameters:
  • result_set_meta_data (bool) – The value to assign to the result_set_meta_data property of this ExecuteSqlResponseFormat.
  • statement_information (bool) – The value to assign to the statement_information property of this ExecuteSqlResponseFormat.
  • statement_text (bool) – The value to assign to the statement_text property of this ExecuteSqlResponseFormat.
  • binds (bool) – The value to assign to the binds property of this ExecuteSqlResponseFormat.
  • result (bool) – The value to assign to the result property of this ExecuteSqlResponseFormat.
  • response (bool) – The value to assign to the response property of this ExecuteSqlResponseFormat.
binds

Gets the binds of this ExecuteSqlResponseFormat. Set to false to exclude binds from response

Returns:The binds of this ExecuteSqlResponseFormat.
Return type:bool
response

Gets the response of this ExecuteSqlResponseFormat. Set to false to exclude response from response

Returns:The response of this ExecuteSqlResponseFormat.
Return type:bool
result

Gets the result of this ExecuteSqlResponseFormat. Set to false to exclude result from response

Returns:The result of this ExecuteSqlResponseFormat.
Return type:bool
result_set_meta_data

Gets the result_set_meta_data of this ExecuteSqlResponseFormat. Set to false to exclude result set metadata from response

Returns:The result_set_meta_data of this ExecuteSqlResponseFormat.
Return type:bool
statement_information

Gets the statement_information of this ExecuteSqlResponseFormat. Set to false to exclude statement information from response

Returns:The statement_information of this ExecuteSqlResponseFormat.
Return type:bool
statement_text

Gets the statement_text of this ExecuteSqlResponseFormat. Set to false to exclude statement text from response

Returns:The statement_text of this ExecuteSqlResponseFormat.
Return type:bool