LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sdb_application_XCopyTableWizard_idl__
21 #define __com_sun_star_sdb_application_XCopyTableWizard_idl__
28 module
com { module sun { module star { module sdb { module application {
30 interface XCopyTableListener;
67 [attribute]
short Operation
108 [attribute] ::com::sun::star::beans::Optional< string >
describes a wizard which can be used to copy table like data from one database to another.
Definition: XCopyTableWizard.idl:47
Specifies an interface for an executable dialog.
Definition: XExecutableDialog.idl:34
void removeCopyTableListener([in] XCopyTableListener Listener)
removes a listener
string DestinationTableName
specifies the name of the table in the destination database.
Definition: XCopyTableWizard.idl:84
specifies the interface required to listen for progress in copying table rows via a CopyTableWizard.
Definition: XCopyTableListener.idl:37
boolean UseHeaderLineAsColumnNames
specifies that the first row should be used to identify column names.
Definition: XCopyTableWizard.idl:121
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
void addCopyTableListener([in] XCopyTableListener Listener)
adds a listener which is to be notified of progress in the copy operation
is an exception that provides information on a database access error.
Definition: SQLException.idl:45