Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
ImportCtx Struct Reference

Public Member Functions

 int (SQLITE_CDECL *xCloser)(FILE *)

Data Fields

const char * zFile
FILE * in
char * z
int n
int nAlloc
int nLine
int nRow
int nErr
int bNotFirst
int cTerm
int cColSep
int cRowSep

Detailed Description

Definition at line 26458 of file shell.c.

Member Function Documentation

◆ int()

ImportCtx::int ( SQLITE_CDECL * xCloser)

Field Documentation

◆ bNotFirst

int ImportCtx::bNotFirst

Definition at line 26468 of file shell.c.

◆ cColSep

int ImportCtx::cColSep

Definition at line 26470 of file shell.c.

◆ cRowSep

int ImportCtx::cRowSep

Definition at line 26471 of file shell.c.

◆ cTerm

int ImportCtx::cTerm

Definition at line 26469 of file shell.c.

◆ in

FILE* ImportCtx::in

Definition at line 26460 of file shell.c.

◆ n

int ImportCtx::n

Definition at line 26463 of file shell.c.

◆ nAlloc

int ImportCtx::nAlloc

Definition at line 26464 of file shell.c.

◆ nErr

int ImportCtx::nErr

Definition at line 26467 of file shell.c.

◆ nLine

int ImportCtx::nLine

Definition at line 26465 of file shell.c.

◆ nRow

int ImportCtx::nRow

Definition at line 26466 of file shell.c.

◆ z

char* ImportCtx::z

Definition at line 26462 of file shell.c.

◆ zFile

const char* ImportCtx::zFile

Definition at line 26459 of file shell.c.


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