ExecuteSqlDatabaseToolsConnectionSynchronousDetails

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

Bases: oci.database_tools_runtime.models.execute_sql_database_tools_connection_details.ExecuteSqlDatabaseToolsConnectionDetails

Synchronous request.

Attributes

TYPE_ASYNCHRONOUS str(object=’’) -> str
TYPE_SYNCHRONOUS str(object=’’) -> str
input [Required] Gets the input of this ExecuteSqlDatabaseToolsConnectionSynchronousDetails.
output Gets the output of this ExecuteSqlDatabaseToolsConnectionDetails.
type [Required] Gets the type of this ExecuteSqlDatabaseToolsConnectionDetails.

Methods

__init__(**kwargs) Initializes a new ExecuteSqlDatabaseToolsConnectionSynchronousDetails 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_ASYNCHRONOUS = 'ASYNCHRONOUS'
TYPE_SYNCHRONOUS = 'SYNCHRONOUS'
__init__(**kwargs)

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

Parameters:
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.

input

[Required] Gets the input of this ExecuteSqlDatabaseToolsConnectionSynchronousDetails.

Returns:The input of this ExecuteSqlDatabaseToolsConnectionSynchronousDetails.
Return type:oci.database_tools_runtime.models.ExecuteSqlInputDetails
output

Gets the output of this ExecuteSqlDatabaseToolsConnectionDetails.

Returns:The output of this ExecuteSqlDatabaseToolsConnectionDetails.
Return type:oci.database_tools_runtime.models.ExecuteSqlOutputDetails
type

[Required] Gets the type of this ExecuteSqlDatabaseToolsConnectionDetails. The request execution type.

Allowed values for this property are: “SYNCHRONOUS”, “ASYNCHRONOUS”

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