Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
fsdir_cursor Struct Reference
Collaboration diagram for fsdir_cursor:

Data Fields

sqlite3_vtab_cursor base
int nLvl
int iLvl
FsdirLevelaLvl
const char * zBase
int nBase
STRUCT_STAT sStat
char * zPath
sqlite3_int64 iRowid

Detailed Description

Definition at line 8555 of file shell.c.

Field Documentation

◆ aLvl

FsdirLevel* fsdir_cursor::aLvl

Definition at line 8560 of file shell.c.

Referenced by fsdirNext(), and fsdirResetCursor().

◆ base

sqlite3_vtab_cursor fsdir_cursor::base

Definition at line 8556 of file shell.c.

Referenced by fsdirOpen(), and fsdirSetErrmsg().

◆ iLvl

int fsdir_cursor::iLvl

Definition at line 8559 of file shell.c.

Referenced by fsdirNext(), fsdirOpen(), and fsdirResetCursor().

◆ iRowid

sqlite3_int64 fsdir_cursor::iRowid

Definition at line 8567 of file shell.c.

Referenced by fsdirNext(), fsdirResetCursor(), and fsdirRowid().

◆ nBase

int fsdir_cursor::nBase

Definition at line 8563 of file shell.c.

Referenced by fsdirColumn(), fsdirFilter(), and fsdirResetCursor().

◆ nLvl

int fsdir_cursor::nLvl

Definition at line 8558 of file shell.c.

Referenced by fsdirNext(), and fsdirResetCursor().

◆ sStat

STRUCT_STAT fsdir_cursor::sStat

Definition at line 8565 of file shell.c.

Referenced by fsdirColumn(), fsdirFilter(), and fsdirNext().

◆ zBase

const char* fsdir_cursor::zBase

Definition at line 8562 of file shell.c.

Referenced by fsdirFilter(), and fsdirResetCursor().

◆ zPath

char* fsdir_cursor::zPath

Definition at line 8566 of file shell.c.

Referenced by fsdirColumn(), fsdirEof(), fsdirFilter(), fsdirNext(), and fsdirResetCursor().


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