java.sql

Interface Ref

public interface Ref

This interface provides a mechanism for obtaining information about a SQL structured type

Since: 1.2

Method Summary
StringgetBaseTypeName()
This method returns the fully qualified name of the SQL structured type of the referenced item.
ObjectgetObject(Map<String,Class<?>> map)
ObjectgetObject()
voidsetObject(Object value)

Method Detail

getBaseTypeName

public String getBaseTypeName()
This method returns the fully qualified name of the SQL structured type of the referenced item.

Returns: The fully qualified name of the SQL structured type.

Throws: SQLException If an error occurs.

Since: 1.2

getObject

public Object getObject(Map<String,Class<?>> map)

Since: 1.4

getObject

public Object getObject()

Since: 1.4

setObject

public void setObject(Object value)

Since: 1.4