Class ExecuteSqlBindPlsqlTable
PL/SQL table type details
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class ExecuteSqlBindPlsqlTable
Properties
TypeComponents
Declaration
[JsonProperty(PropertyName = "typeComponents")]
public List<ExecuteSqlBindTypeComponent> TypeComponents { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ExecuteSqlBindTypeComponent> | Specifies an array of data types in the PL/SQL table. |
TypeName
Declaration
[JsonProperty(PropertyName = "typeName")]
public string TypeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Only an empty string is accepted as the value. |
TypeSubname
Declaration
[JsonProperty(PropertyName = "typeSubname")]
public string TypeSubname { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Only an empty string is accepted as the value. |