Syntax
interface XRef : com::sun::star::uno::XInterface ;
Description
is the reference to a SQL structured type value in the database. A
Ref can be saved to persistent storage. A Ref is dereferenced by
passing it as a parameter to a SQL statement and executing the
statement.
Method Summary
|
getBaseTypeName |
gets the fully-qualified SQL structured type name of the referenced item.
|
|
Method Details
|
|
Syntax
- string getBaseTypeName
();
- raises ( com::sun::star::sdbc::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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.