当前页面:
在线文档首页 >
JDK 5 Documentation v1.2.2, Java 2 SDK 英文文档
Java(TM) 2 Platform, Standard Edition, v1.2.2 API Specification: Interface Ref - JDK 5 Documentation v1.2.2, Java 2 SDK 英文文档
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. |
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
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.