#include <hk_importcsv.h>
Inheritance diagram for hk_importcsv:
|
|
|
|
|
Define the equivalent column names in an existing table. Column 1 of the CSV File will be added to the first column of the table. |
|
FOR WIDGET DEVELOPERS ONLY: will be automatically called before the columns will be deleted. usually column pointers will be set to NULL in this function. i.e.when enabling,disabling or when a depending datasource has to requery its rows. Reimplemented from hk_dsvisible. |
|
|
|
|
|
|
|
|
|
Reimplemented from hk_visible. |
|
Reimplemented from hk_visible. |
|
|
|
after setting all infos start the import with execut
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If user wants to append data, instead of creating a new table or overwriting an existing table. Default is false. |
|
|
|
If set to true a new table will be created else it will be appended to an existing table |
|
|
|
defines the fielddelimiter and the columndelimiter of the csv-file. |
|
Name of the CSV-file |
|
If the first row in the CSV file contains set this function to true else false Default is true |
|
|
|
|
|
|
|
Reimplemented from hk_visible. |
|
If this function returns false the execution of the import will be cancelled Reimplemented in hk_kdecsvimportdialog. |