java.sql
Interface Ref
java.lang.Object
|
+--java.sql.Ref
public interface Ref
This interface provides a mechanism for obtaining information about
a SQL structured type
Since:Author:- Aaron M. Renn (arenn@urbanophile.com)
getBaseTypeName
public String getBaseTypeName()
This method returns the fully qualified name of the SQL structured
type of the referenced item.
Since:Returns:
- The fully qualified name of the SQL structured type.
Throws:
getObject
public Object getObject()
Since:
getObject
public Object getObject(java.util.Map map)
Since:Parameters:
setObject
public void setObject(java.lang.Object value)
Since:Parameters: