com.northgateis.reality.realsql
Class RealSQLRef

java.lang.Object
 |
 +--com.northgateis.reality.realsql.RealSQLRef

public class RealSQLRef
extends java.lang.Object
implements java.sql.Ref

Implements the JDBC 2.0 Ref interface.


Constructor Summary
RealSQLRef()
          Constructs a new RealSQLRef object.
 
Method Summary
 java.lang.StringgetBaseTypeName()
          Gets the fully-qualified SQL structured type name of the referenced item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealSQLRef

public RealSQLRef()
Constructs a new RealSQLRef object.
Method Detail

getBaseTypeName

public java.lang.String getBaseTypeName()
 throws java.sql.SQLException
Gets the fully-qualified SQL structured type name of the referenced item.
Specified by:
getBaseTypeName in interface java.sql.Ref
Returns:
fully-qualified SQL structured type name of the referenced item.
Throws:
java.sql.SQLException - - if a database access error occurs