LibreOffice
LibreOffice 24.8 SDK API Reference
|
specifies an event happening while copying table data between databases. More...
import <CopyTableRowEvent.idl;
Public Attributes | |
::com::sun::star::sdbc::XResultSet | SourceData |
contains the result set which is being copied by the wizard currently. | |
any | Error |
denotes the error which happened while copying the data. | |
![]() | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. | |
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.
any Error |
denotes the error which happened while copying the data.
Usually, this contains an instance of com::sun::star::sdbc::SQLException.
::com::sun::star::sdbc::XResultSet SourceData |
contains the result set which is being copied by the wizard currently.