Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
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:

Method Summary

java.lang.StringgetBaseTypeName()

This method returns the fully qualified name of the SQL structured type of the referenced item.
java.lang.ObjectgetObject(java.util.Map map)

java.lang.ObjectgetObject()

voidsetObject(java.lang.Object value)

Method Details

getBaseTypeName

public String getBaseTypeName()

This method returns the fully qualified name of the SQL structured type of the referenced item.

Since:Returns:

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: