Uses of Class
microsoft.sql.Vector.VectorDimensionType
-
Packages that use Vector.VectorDimensionType Package Description microsoft.sql -
-
Uses of Vector.VectorDimensionType in microsoft.sql
Methods in microsoft.sql that return Vector.VectorDimensionType Modifier and Type Method Description Vector.VectorDimensionTypeVector. getVectorDimensionType()Returns the type of the vector.static Vector.VectorDimensionTypeVector.VectorDimensionType. valueOf(String name)Returns the enum constant of this type with the specified name.static Vector.VectorDimensionType[]Vector.VectorDimensionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in microsoft.sql with parameters of type Vector.VectorDimensionType Constructor Description Vector(int dimensionCount, Vector.VectorDimensionType vectorType, Object[] data)Constructor for Vector with dimension count and vector type.
-