:: com :: sun :: star :: sdbc ::

interface XRef

Methods' Summary
getBaseTypeName gets the fully-qualified SQL structured type name of the referenced item.  
Methods' Details
getBaseTypeName
string
getBaseTypeName()
raises( SQLException );

Description
gets the fully-qualified SQL structured type name of the referenced item.
Returns
the base type name
Throws
SQLException if a database access error occurs.
Top of Page