jdk/src/share/classes/java/sql/Struct.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    79   Object[] getAttributes() throws SQLException;
    79   Object[] getAttributes() throws SQLException;
    80 
    80 
    81   /**
    81   /**
    82    * Produces the ordered values of the attributes of the SQL
    82    * Produces the ordered values of the attributes of the SQL
    83    * structured type that this <code>Struct</code> object represents.
    83    * structured type that this <code>Struct</code> object represents.
    84    *  As individual attrbutes are proccessed, this method uses the given type map
    84    *  As individual attributes are processed, this method uses the given type map
    85    * for customizations of the type mappings.
    85    * for customizations of the type mappings.
    86    * If there is no
    86    * If there is no
    87    * entry in the given type map that matches the structured
    87    * entry in the given type map that matches the structured
    88    * type that an attribute represents,
    88    * type that an attribute represents,
    89    * the driver uses the standard mapping. This method never
    89    * the driver uses the standard mapping. This method never