SqlInParamDetails¶
-
class
oci.stack_monitoring.models.
SqlInParamDetails
(**kwargs)¶ Bases:
object
Position and value for an IN parameter of PL/SQL statement
Methods
__init__
(**kwargs)Initializes a new SqlInParamDetails object with values from keyword arguments. Attributes
in_param_position
[Required] Gets the in_param_position of this SqlInParamDetails. in_param_value
[Required] Gets the in_param_value of this SqlInParamDetails. -
__init__
(**kwargs)¶ Initializes a new SqlInParamDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - in_param_position (int) – The value to assign to the in_param_position property of this SqlInParamDetails.
- in_param_value (str) – The value to assign to the in_param_value property of this SqlInParamDetails.
-
in_param_position
¶ [Required] Gets the in_param_position of this SqlInParamDetails. Position of IN parameter
Returns: The in_param_position of this SqlInParamDetails. Return type: int
-
in_param_value
¶ [Required] Gets the in_param_value of this SqlInParamDetails. Value of IN parameter
Returns: The in_param_value of this SqlInParamDetails. Return type: str
-