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 VectorMetaData
OracleParameterMetaData. getVectorMetaData(int param)
Returns the metadata for a VECTOR parameter, ornull
if the parameter is not a VECTOR.VectorMetaData
OracleResultSetMetaData. getVectorMetaData(int column)
Returns the metadata for a VECTOR column, ornull
if the column is not a VECTOR.
-