superwaba.ext.xplat.sql
Class Ref

java.lang.Object
  |
  +--superwaba.ext.xplat.sql.Ref

public abstract class Ref
extends Object

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

Since:
1.2

Constructor Summary
Ref()
           
 
Method Summary
abstract  String getBaseTypeName()
          This method returns the fully qualified name of the SQL structured type of the referenced item.
abstract  Object getObject()
           
abstract  void setObject(Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, toString, wait, wait
 

Constructor Detail

Ref

public Ref()
Method Detail

getBaseTypeName

public abstract String getBaseTypeName()
                                throws SQLException
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 abstract Object getObject()
                          throws SQLException
Since:
1.4

setObject

public abstract void setObject(Object value)
                        throws SQLException
Since:
1.4