Uses of Interface
oracle.jdbc.VectorMetaData
Packages that use VectorMetaData
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.-
Uses of VectorMetaData in oracle.jdbc
Methods in oracle.jdbc that return VectorMetaDataModifier and TypeMethodDescriptionOracleParameterMetaData.getVectorMetaData(int param) Returns the metadata for a VECTOR parameter, ornullif the parameter is not a VECTOR.OracleResultSetMetaData.getVectorMetaData(int column) Returns the metadata for a VECTOR column, ornullif the column is not a VECTOR.