LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
CopyTableRowEvent Struct Reference

specifies an event happening while copying table data between databases. More...

import"CopyTableRowEvent.idl";

Inheritance diagram for CopyTableRowEvent:
EventObject

Public Attributes

::com::sun::star::sdbc::XResultSet SourceData
 contains the result set which is being copied by the wizard currently. More...
 
any Error
 denotes the error which happened while copying the data. More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

specifies an event happening while copying table data between databases.

Whenever this event is fired to an XCopyTableListener, com::sun::star::lang::EventObject::Source contains the wizard instance which actually does the copying.

See also
CopyTableWizard

Member Data Documentation

◆ Error

any Error

denotes the error which happened while copying the data.

Usually, this contains an instance of com::sun::star::sdbc::SQLException.

◆ SourceData

contains the result set which is being copied by the wizard currently.


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