External Interfaces > Reality Java Interface > JavaDocs > JavaDocs for Reality SQL/JDBC Classes > RealSQLRef

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

: Class RealSQLRef (RealSQL-JDBC) (realsqlref.html)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 


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


RealityV15.0Comment on this topic