kexi
KexiCSVExport Namespace Reference
Classes | |
class | Options |
Options used in KexiCSVExportWizard contructor. More... | |
Enumerations | |
enum | Mode { Clipboard, File } |
Functions | |
bool | exportData (KexiDB::TableOrQuerySchema &tableOrQuery, const Options &options, int rowCount, QTextStream *predefinedTextStream) |
Enumeration Type Documentation
enum KexiCSVExport::Mode |
Function Documentation
bool KexiCSVExport::exportData | ( | KexiDB::TableOrQuerySchema & | tableOrQuery, | |
const Options & | options, | |||
int | rowCount = -1 , |
|||
QTextStream * | predefinedTextStream = 0 | |||
) |
Exports data.
- Returns:
- false on failure.
- Parameters:
-
options options for the export rowCount row count of the input data or -1 if the row cound has not yet been computed predefinedTextStream text stream that should be used instead of writing to a file
Definition at line 81 of file kexicsvexport.cpp.