Uses of Class
oracle.sql.StructDescriptor
Packages that use StructDescriptor
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.A package of classes that represent java SQL types and Oracle specific
SQL types.
-
Uses of StructDescriptor in oracle.jdbc
Methods in oracle.jdbc with parameters of type StructDescriptorModifier and TypeMethodDescriptionvoidOracleCallableStatement.setStructDescriptor(String parameterName, StructDescriptor x) voidOraclePreparedStatement.setStructDescriptor(int parameterIndex, StructDescriptor desc) Binds the bind type of designated parameter from an oracle.sql.StructDescriptor.voidOraclePreparedStatement.setStructDescriptorAtName(String parameterName, StructDescriptor desc) Sets the designated parameter to anoracle.sql.StructDescriptorvalue. -
Uses of StructDescriptor in oracle.sql
Methods in oracle.sql that return StructDescriptorModifier and TypeMethodDescriptionstatic StructDescriptorStructDescriptor.createDescriptor(String name, Connection conn) Deprecated.Descriptor factory.static StructDescriptorStructDescriptor.createDescriptor(String name, Connection conn, boolean recurse, boolean force) Deprecated.Descriptor factory.static StructDescriptorStructDescriptor.createDescriptor(oracle.sql.SQLName name, Connection conn) Deprecated.static StructDescriptorStructDescriptor.createDescriptor(oracle.sql.SQLName sqlName, Connection conn, boolean recurse, boolean force) Deprecated.REF.getDescriptor()Deprecated.Oracle extension.STRUCT.getDescriptor()Deprecated.Oracle extension.Constructors in oracle.sql with parameters of type StructDescriptorModifierConstructorDescriptionJAVA_STRUCT(StructDescriptor type, byte[] elements, Connection conn) Constructor from the pickled bytes.JAVA_STRUCT(StructDescriptor type, Connection conn, Object[] attributes) Constructor.STRUCT(StructDescriptor type, Connection conn, Object[] attributes) Deprecated.Constructor.STRUCT(StructDescriptor type, Connection conn, Map attrList) Deprecated.