OracleVector Members

OracleVector members are listed in the following tables.

OracleVector Constructors

The OracleVector constructors is listed in Table 6-214.

Table 6-214 OracleVector Constructors

Constructor Description

OracleVector Constructors

OracleVector constructors instantiate new instances of OracleVector class. (Overloaded)

OracleVector Properties

OracleVector properties are listed in Table 6-215.

Table 6-215 OracleVector Properties

Property Description

Dimensions

Returns the number of dimensions of the OracleVector

VectorType

Returns the vector's storage format

ProviderType

Returns the OracleDbType value of the OracleVector provider type

Value

Returns a .NET array representing the vector

Item[long]

Obtains the element in an OracleVector at the specified index

IsNull

bool IsNull returns true if the current instance has a null value; otherwise, returns false.

OracleVector Static Field

OracleVector static fields are listed in Table 6-216.

Table 6-216 OracleVector Static Field

Static Field Description

Null

static readonly OracleVector Null represents a null value that can be assigned to an OracleVector instance

OracleVector Instance Methods

OracleVector Instance methods are listed in Table 6-217.

Table 6-217 OracleVector Instance Methods

Instance Method Description

ToInt16Array()

Returns a short[] value of the OracleVector instance

ToFloatArray()

Returns a float[] value of the OracleVector instance

ToDoubleArray()

Returns a double[] value of this OracleVector instance

ToByteArray()

Returns a byte[] value of this OracleVector instance

ToString()

Returns the OracleVector string representation

Dispose()

Releases resources allocated by this object