equal
deleted
inserted
replaced
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 |