ExecuteSqlDatabaseToolsConnectionSynchronousDetails¶
-
class
oci.database_tools_runtime.models.ExecuteSqlDatabaseToolsConnectionSynchronousDetails(**kwargs)¶ Bases:
oci.database_tools_runtime.models.execute_sql_database_tools_connection_details.ExecuteSqlDatabaseToolsConnectionDetailsSynchronous request.
Attributes
TYPE_ASYNCHRONOUSstr(object=’’) -> str TYPE_SYNCHRONOUSstr(object=’’) -> str input[Required] Gets the input of this ExecuteSqlDatabaseToolsConnectionSynchronousDetails. outputGets 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
typeattribute of this class isSYNCHRONOUSand 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 ExecuteSqlDatabaseToolsConnectionSynchronousDetails. Allowed values for this property are: “SYNCHRONOUS”, “ASYNCHRONOUS”
- output (oci.database_tools_runtime.models.ExecuteSqlOutputDetails) – The value to assign to the output property of this ExecuteSqlDatabaseToolsConnectionSynchronousDetails.
- input (oci.database_tools_runtime.models.ExecuteSqlInputDetails) – The value to assign to the input property of this ExecuteSqlDatabaseToolsConnectionSynchronousDetails.
-
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
-