java.sql
Interface  Ref
- public abstract 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. | 
 
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
 
 
 
Submit a bug or feature Version 1.2 of Java Platform API Specification
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.