20module
com { module sun { module star { module sdb { module application {
22interface XCopyTableListener;
100 [attribute] ::com::sun::star::beans::Optional< string >
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
is an exception that provides information on a database access error.
Definition SQLException.idl:41
specifies the interface required to listen for progress in copying table rows via a CopyTableWizard.
Definition XCopyTableListener.idl:31
describes a wizard which can be used to copy table like data from one database to another.
Definition XCopyTableWizard.idl:39
string DestinationTableName
specifies the name of the table in the destination database.
Definition XCopyTableWizard.idl:76
boolean UseHeaderLineAsColumnNames
specifies that the first row should be used to identify column names.
Definition XCopyTableWizard.idl:113
void addCopyTableListener([in] XCopyTableListener Listener)
adds a listener which is to be notified of progress in the copy operation
::com::sun::star::beans::Optional< string > CreatePrimaryKey
specifies that a new primary key is to be created in the target database
Definition XCopyTableWizard.idl:105
void removeCopyTableListener([in] XCopyTableListener Listener)
removes a listener
short Operation
specifies the basic operation for the wizard to execute.
Definition XCopyTableWizard.idl:62
Specifies an interface for an executable dialog.
Definition XExecutableDialog.idl:28
Definition Ambiguous.idl:20