DUMP_DATA Struct Reference


Detailed Description

Structure for dump callback.

Definition at line 916 of file impexp.c.


Data Fields

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

Field Documentation

sqlite3* DUMP_DATA::db

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().

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().

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().

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().


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

Generated on 9 Dec 2016 by doxygen.
Contact: chw@ch-werner.de