Kexi API Documentation (2.0 alpha)

KexiCSVExport Namespace Reference


Classes

class  Options
 Options used in KexiCSVExportWizard contructor. More...

Enumerations

enum  Mode { Clipboard, File }
 Exporting mode: a file or clipboard. More...

Functions

bool exportData (KexiDB::TableOrQuerySchema &tableOrQuery, const Options &options, int rowCount=-1, QTextStream *predefinedTextStream=0)


Enumeration Type Documentation

enum KexiCSVExport::Mode
 

Exporting mode: a file or clipboard.

Enumeration values:
Clipboard 
File 

Definition at line 29 of file kexicsvexport.h.


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

Referenced by KexiCSVExportWizard::done(), and KexiCSVImportExportPart::executeCommand().

KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:37 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003