ExecuteSqlBindPlsqlTable¶
-
class
oci.database_tools_runtime.models.ExecuteSqlBindPlsqlTable(**kwargs)¶ Bases:
objectPL/SQL table type details
Methods
__init__(**kwargs)Initializes a new ExecuteSqlBindPlsqlTable object with values from keyword arguments. Attributes
type_componentsGets the type_components of this ExecuteSqlBindPlsqlTable. type_nameGets the type_name of this ExecuteSqlBindPlsqlTable. type_subnameGets the type_subname of this ExecuteSqlBindPlsqlTable. -
__init__(**kwargs)¶ Initializes a new ExecuteSqlBindPlsqlTable object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type_name (str) – The value to assign to the type_name property of this ExecuteSqlBindPlsqlTable.
- type_subname (str) – The value to assign to the type_subname property of this ExecuteSqlBindPlsqlTable.
- type_components (list[oci.database_tools_runtime.models.ExecuteSqlBindTypeComponent]) – The value to assign to the type_components property of this ExecuteSqlBindPlsqlTable.
-
type_components¶ Gets the type_components of this ExecuteSqlBindPlsqlTable. Specifies an array of data types in the PL/SQL table.
Returns: The type_components of this ExecuteSqlBindPlsqlTable. Return type: list[oci.database_tools_runtime.models.ExecuteSqlBindTypeComponent]
-
type_name¶ Gets the type_name of this ExecuteSqlBindPlsqlTable. Only an empty string is accepted as the value.
Returns: The type_name of this ExecuteSqlBindPlsqlTable. Return type: str
-
type_subname¶ Gets the type_subname of this ExecuteSqlBindPlsqlTable. Only an empty string is accepted as the value.
Returns: The type_subname of this ExecuteSqlBindPlsqlTable. Return type: str
-