Interface java.sql.Struct
- public interface Struct
- extends SQLData
getSQLType
public SQLType getSQLType()
- Implements:
- getSQLType in interface SQLData
getAttributes
public Object[] getAttributes()
- The ordered values of the attributes of the SQL
* Structured Type. Use the type-map associated with the
* connection for customizations of the type-mappings.
- Returns:
- an array containing the ordered attribute values
getAttributes
public Object[] getAttributes(Map map)
- The ordered values of the attributes of the SQL
Structured Type. Use the given @map for type-map
* customizations.
- Parameters:
map
- contains mapping of SQL user-defined types to
* classes
- Returns:
- an array containing the ordered attribute values
Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.