Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
oracle.sql |
A package of classes that represent java SQL types and Oracle specific SQL types.
|
Modifier and Type | Method and Description |
---|---|
void |
OraclePreparedStatement.setStructDescriptor(int parameterIndex, StructDescriptor desc)
Binds the bind type of designated parameter from an oracle.sql.StructDescriptor.
|
void |
OraclePreparedStatement.setStructDescriptor(int parameterIndex, StructDescriptor desc)
Binds the bind type of designated parameter from an oracle.sql.StructDescriptor.
|
void |
OracleCallableStatement.setStructDescriptor(String parameterName, StructDescriptor x) |
void |
OracleCallableStatement.setStructDescriptor(String parameterName, StructDescriptor x) |
void |
OraclePreparedStatement.setStructDescriptorAtName(String parameterName, StructDescriptor desc)
Sets the designated parameter to an
oracle.sql.StructDescriptor value. |
void |
OraclePreparedStatement.setStructDescriptorAtName(String parameterName, StructDescriptor desc)
Sets the designated parameter to an
oracle.sql.StructDescriptor value. |
Modifier and Type | Method and Description |
---|---|
static StructDescriptor |
StructDescriptor.createDescriptor(oracle.sql.SQLName name, Connection conn)
Deprecated.
|
static StructDescriptor |
StructDescriptor.createDescriptor(oracle.sql.SQLName name, Connection conn)
Deprecated.
|
static StructDescriptor |
StructDescriptor.createDescriptor(oracle.sql.SQLName sqlName, Connection conn, boolean recurse, boolean force)
Deprecated.
|
static StructDescriptor |
StructDescriptor.createDescriptor(oracle.sql.SQLName sqlName, Connection conn, boolean recurse, boolean force)
Deprecated.
|
static StructDescriptor |
StructDescriptor.createDescriptor(String name, Connection conn)
Deprecated.
Descriptor factory.
|
static StructDescriptor |
StructDescriptor.createDescriptor(String name, Connection conn)
Deprecated.
Descriptor factory.
|
static StructDescriptor |
StructDescriptor.createDescriptor(String name, Connection conn, boolean recurse, boolean force)
Deprecated.
Descriptor factory.
|
static StructDescriptor |
StructDescriptor.createDescriptor(String name, Connection conn, boolean recurse, boolean force)
Deprecated.
Descriptor factory.
|
StructDescriptor |
REF.getDescriptor()
Deprecated.
Oracle extension.
|
StructDescriptor |
STRUCT.getDescriptor()
Deprecated.
Oracle extension.
|
StructDescriptor |
STRUCT.getDescriptor()
Deprecated.
Oracle extension.
|
StructDescriptor |
REF.getDescriptor()
Deprecated.
Oracle extension.
|
Constructor and Description |
---|
JAVA_STRUCT(StructDescriptor type, Connection conn, Object[] attributes)
Constructor.
|
JAVA_STRUCT(StructDescriptor type, Connection conn, Object[] attributes)
Constructor.
|
STRUCT(StructDescriptor type, Connection conn, Map attrList)
Deprecated.
|
STRUCT(StructDescriptor type, Connection conn, Map attrList)
Deprecated.
|
STRUCT(StructDescriptor type, Connection conn, Object[] attributes)
Deprecated.
Constructor.
|
STRUCT(StructDescriptor type, Connection conn, Object[] attributes)
Deprecated.
Constructor.
|