August 2000
Intermediate to advanced
348 pages
8h 51m
English
Ref
Interface Name:
java.sql.Ref
Superclass: None
Immediate Subclasses: None
Interfaces Implemented: None
Availability: New as of JDK 1.2
A Ref is a reference to a value of a SQL
structured type in the database. You can dereference a
Ref by passing it as a parameter to a SQL
statement and executing the statement.
public interface Ref {
String getBaseTypeName( ) throws SQLException;
}public String getBaseTypeName( ) throws SQLException
This method provides the SQL structured type name for the referenced item.
Read now
Unlock full access