Data Fields
DUMP_DATA Struct Reference

Structure for dump callback. More...

Data Fields

sqlite3 * db
 SQLite database pointer. More...
 
int with_schema
 if true, output schema More...
 
int quote_mode
 mode for quoting data More...
 
char * where
 optional where clause of dump More...
 
int nlines
 counter for output lines More...
 
int indent
 current indent level More...
 
FILE * out
 output file pointer More...
 

Detailed Description

Structure for dump callback.

Definition at line 916 of file impexp.c.

Field Documentation

sqlite3* DUMP_DATA::db
int DUMP_DATA::indent

current indent level

Definition at line 922 of file impexp.c.

Referenced by dump_cb(), export_csv_func(), export_func(), export_xml_func(), impexp_export_csv(), impexp_export_xml(), and indent().

int DUMP_DATA::nlines
FILE* DUMP_DATA::out
int DUMP_DATA::quote_mode

mode for quoting data

Definition at line 919 of file impexp.c.

Referenced by dump_cb(), export_csv_func(), export_func(), export_xml_func(), impexp_export_csv(), impexp_export_xml(), and table_dump().

char* DUMP_DATA::where

optional where clause of dump

Definition at line 920 of file impexp.c.

Referenced by dump_cb(), export_csv_func(), export_func(), export_xml_func(), impexp_export_csv(), impexp_export_sql(), and impexp_export_xml().

int DUMP_DATA::with_schema

if true, output schema

Definition at line 918 of file impexp.c.

Referenced by dump_cb(), export_csv_func(), export_func(), export_xml_func(), impexp_export_csv(), impexp_export_sql(), and impexp_export_xml().


The documentation for this struct was generated from the following file:

Generated on Mon Aug 22 2016 by doxygen.
Contact: chw@ch-werner.de