LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
ParametersRequest Exception Referencepublished

an error specifying the lack of parameters values More...

import"ParametersRequest.idl";

Inheritance diagram for ParametersRequest:
ClassifiedInteractionRequest Exception

Public Attributes

com::sun::star::container::XIndexAccess Parameters
 is the list of parameters requested. More...
 
com::sun::star::sdbc::XConnection Connection
 specifies the connection on which the statement is to be executed. More...
 
- Public Attributes inherited from ClassifiedInteractionRequest
com::sun::star::task::InteractionClassification Classification
 The classification of the request. More...
 
- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown. More...
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception. More...
 

Detailed Description

an error specifying the lack of parameters values

Usually thrown if someone tries to execute an SQL statement containing parameters which can't be filled by the executing instance.

Member Data Documentation

◆ Connection

specifies the connection on which the statement is to be executed.

Somebody handling the request could, e.g., use the connection for determining the identifier quote string, etc.

◆ Parameters

is the list of parameters requested.

The objects returned by the com::sun::star::container::XIndexAccess have to be property sets describing the respective parameter. For this, the objects have to support the service com::sun::star::sdbcx::Column.


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