Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface java.sql.Struct


public interface Struct
extends SQLData

Method Summary
Object[]  getAttributes()
The ordered values of the attributes of the SQL   * Structured Type.
Object[]  getAttributes(Map map)
The ordered values of the attributes of the SQL Structured Type.
SQLType  getSQLType()
 
 

Method Detail

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

Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

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.