Show / Hide Table of Contents

Class ExecuteSqlBindPlsqlTable

PL/SQL table type details

Inheritance
object
ExecuteSqlBindPlsqlTable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top