ExecuteSqlBindTypeComponent

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

Bases: object

Data type component.

Methods

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

Attributes

data_type Gets the data_type of this ExecuteSqlBindTypeComponent.
__init__(**kwargs)

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

Parameters:data_type (str) – The value to assign to the data_type property of this ExecuteSqlBindTypeComponent.
data_type

Gets the data_type of this ExecuteSqlBindTypeComponent. Oracle Database data type.

Returns:The data_type of this ExecuteSqlBindTypeComponent.
Return type:str