LibreOffice
LibreOffice 25.8 SDK API Reference
|
is the reference to a SQL structured type value in the database. More...
import "XRef.idl";
Public Member Functions | |
string | getBaseTypeName () raises (SQLException) |
gets the fully-qualified SQL structured type name of the referenced item. | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. |
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.
string getBaseTypeName | ( | ) | ||||
raises | ( | SQLException ) |
gets the fully-qualified SQL structured type name of the referenced item.
SQLException | if a database access error occurs. |