| Package | Description |
|---|---|
| oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc. |
| Modifier and Type | Method and Description |
|---|---|
VectorMetaData |
OracleParameterMetaData.getVectorMetaData(int param)
Returns the metadata for a VECTOR parameter, or
null if the
parameter is not a VECTOR. |
VectorMetaData |
OracleResultSetMetaData.getVectorMetaData(int column)
Returns the metadata for a VECTOR column, or
null if the column
is not a VECTOR. |
VectorMetaData |
OracleResultSetMetaData.getVectorMetaData(int column)
Returns the metadata for a VECTOR column, or
null if the column
is not a VECTOR. |
VectorMetaData |
OracleParameterMetaData.getVectorMetaData(int param)
Returns the metadata for a VECTOR parameter, or
null if the
parameter is not a VECTOR. |