★ wanayoo — archive 1999 http://java.sun.com/products/jdk/1.2/docs/api/java/sql/Ref.htmlNouvelle recherche | Portail wanayoo
JavaTM 2 Platform
Standard Edition

java.sql
Interface Ref


public interface Ref

JDBC 2.0 A reference to an SQL structured type value in the database. A Ref can be saved to persistent storage. A Ref is dereferenced by passing it as a parameter to an SQL statement and executing the statement.


Method Summary
 String getBaseTypeName()
          Gets the fully-qualified SQL structured type name of the referenced item.
 

Method Detail

getBaseTypeName

public String getBaseTypeName()
                       throws SQLException
Gets the fully-qualified SQL structured type name of the referenced item.
Returns:
fully-qualified SQL structured type name of the referenced item.
Throws:
SQLException - if a database access error occurs

JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.