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

Interface java.sql.StructLocator


public interface StructLocator
JDBC 2.0

A StructLocator is a transaction duration reference to an array in the DBMS server.


Method Summary
SQLType  getBaseType()
Return the SQL type of the item designated by this locator.
Object  getObject()
Materialize the Structured Type value designated by the locator.
Object  getObject(Map map)
Materialize the Structured Type value designated by the locator.
 

Method Detail

getBaseType

public SQLType getBaseType()
Return the SQL type of the item designated by this locator.

getObject

public Object getObject()
Materialize the Structured Type value designated by the locator. Use the type-map associated with the connection for customizations of the type mappings.
Returns:
an object representing the item designated by the locator

getObject

public Object getObject(Map map)
Materialize the Structured Type value designated by the locator. Use the given type-map for customizations of the type mappings.
Returns:
an object representing the item designated by the locator

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.