DUMP_DATA Struct Reference

Structure for dump callback. More...

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
 

Detailed Description

Structure for dump callback.

Definition at line 916 of file impexp.c.

Field Documentation

◆ db

sqlite3* DUMP_DATA::db

◆ indent

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

◆ nlines

int DUMP_DATA::nlines

◆ out

FILE* DUMP_DATA::out

◆ quote_mode

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

◆ where

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

◆ with_schema

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 Sun Nov 26 2023 by doxygen.
Contact: chw@ch-werner.de