superwaba.ext.xplat.sql
Class Ref

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

public abstract class Ref
extends java.lang.Object

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

Since:
1.2

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

Constructor Detail

Ref

public Ref()
Method Detail

getBaseTypeName

public abstract java.lang.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 java.lang.Object getObject()
                                    throws SQLException
Since:
1.4

setObject

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