LibreOffice
LibreOffice 26.2 SDK API Reference
Loading...
Searching...
No Matches
Public Member Functions | List of all members
XCloseable Interface Referencepublished

provides for the releasing of resources acquired by the implementing object. More...

import <XCloseable.idl;

Inheritance diagram for XCloseable:
Inheritance graph
[legend]
Collaboration diagram for XCloseable:
Collaboration graph
[legend]

Public Member Functions

void close () raises (SQLException)
 releases all resources connected to an object.
 
- 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.
 

Detailed Description

provides for the releasing of resources acquired by the implementing object.

Member Function Documentation

◆ close()

void close ( )
raises (SQLException
)

releases all resources connected to an object.

Exceptions
SQLExceptionif a database access error occurs.

The documentation for this interface was generated from the following file: