OracleSparseVector Members

OracleSparseVector members are listed in the following tables.

OracleSparseVector Constructors

The OracleSparseVector constructors is listed in Table 6-202.

Table 6-202 OracleSparseVector Constructors

Constructor Description

OracleSparseVector Constructors

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

OracleSparseVector Properties

OracleSparseVector properties are listed in Table 6-203.

Table 6-203 OracleSparseVector Properties

Property Description

Dimensions

Returns the number of dimensions of the OracleSparseVector

VectorType

Returns the vector type

ProviderType

Returns the OracleDbType value of the OracleSparseVector provider type

Value

Returns a .NET numeric array representing the sparse vector values at the non-zero indices

Indices

Returns a long[] of the zero-based sparse vector's non-zero indices

Item

Obtains the element in an OracleSparseVector at the specified index

IsNull

Indicates whether the current instance has a null value

OracleSparseVector Static Field

OracleSparseVector static fields are listed in Table 6-204.

Table 6-204 OracleSparseVector Static Field

Static Field Description

Null

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

OracleSparseVector Instance Methods

OracleSparseVector Instance methods are listed in Table 6-205.

Table 6-205 OracleSparseVector Instance Methods

Instance Method Description

ToInt16Array()

Returns a short[] value of the OracleSparseVector instance

ToFloatArray()

Returns a float[] value of the OracleSparseVector instance

ToDoubleArray()

Returns a double[] value of this OracleSparseVector instance

ToNonZeroInt16Array()

Returns a short[] of the sparse vector values at the non-zero indices

ToNonZeroFloatArray()

Returns a float[] of the sparse vector values at the non-zero indices

ToNonZeroDoubleArray()

Returns a double[] of the sparse vector values at the non-zero indices

ToString()

Returns the OracleSparseVector string representation

Dispose()

Releases resources allocated by this object