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

Data Fields

sqlite3_vtab_cursor base
sqlite3db
int nPrefix
int nLine
char * zPrefix
char * zLine
const char * zCurrentRow
int szRow
sqlite3_stmtpStmt
sqlite3_int64 iRowid
int ePhase
int j

Detailed Description

Definition at line 9081 of file shell.c.

Field Documentation

◆ base

sqlite3_vtab_cursor completion_cursor::base

Definition at line 9082 of file shell.c.

Referenced by completionOpen().

◆ db

sqlite3* completion_cursor::db

Definition at line 9083 of file shell.c.

Referenced by completionNext(), and completionOpen().

◆ ePhase

int completion_cursor::ePhase

Definition at line 9091 of file shell.c.

Referenced by completionColumn(), completionEof(), completionFilter(), and completionNext().

◆ iRowid

sqlite3_int64 completion_cursor::iRowid

Definition at line 9090 of file shell.c.

Referenced by completionFilter(), completionNext(), and completionRowid().

◆ j

int completion_cursor::j

Definition at line 9092 of file shell.c.

Referenced by completionCursorReset(), and completionNext().

◆ nLine

int completion_cursor::nLine

Definition at line 9084 of file shell.c.

Referenced by completionCursorReset(), and completionFilter().

◆ nPrefix

int completion_cursor::nPrefix

Definition at line 9084 of file shell.c.

Referenced by completionCursorReset(), completionFilter(), and completionNext().

◆ pStmt

sqlite3_stmt* completion_cursor::pStmt

Definition at line 9089 of file shell.c.

Referenced by completionCursorReset(), and completionNext().

◆ szRow

int completion_cursor::szRow

Definition at line 9088 of file shell.c.

Referenced by completionColumn(), and completionNext().

◆ zCurrentRow

const char* completion_cursor::zCurrentRow

Definition at line 9087 of file shell.c.

Referenced by completionColumn(), and completionNext().

◆ zLine

char* completion_cursor::zLine

Definition at line 9086 of file shell.c.

Referenced by completionColumn(), completionCursorReset(), and completionFilter().

◆ zPrefix

char* completion_cursor::zPrefix

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