OracleVector Constructors
OracleVector constructors instantiate new instances of OracleVector class.
Overload List:
-
This constructor creates an instance of the
OracleVectorclass with the string representation of a vector. -
OracleVector(vectorString, providerType)
This constructor creates an instance of the
OracleVectorclass with the string representation of a vector. -
This constructor creates an instance of the
OracleVectorclass with a vector in theshort[]. -
This constructor creates an instance of the
OracleVectorclass with a vector in thefloat[]. -
This constructor creates an instance of the
OracleVectorclass with a vector in thedouble[]. -
This constructor creates an instance of the
OracleVectorclass with a vector in thebyte[].