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