ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
completion_cursor Struct Reference
Collaboration diagram for completion_cursor:

Public Attributes

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 3162 of file shell.c.

Member Data Documentation

◆ base

sqlite3_vtab_cursor completion_cursor::base

Definition at line 3163 of file shell.c.

Referenced by completionOpen().

◆ db

sqlite3* completion_cursor::db

Definition at line 3164 of file shell.c.

Referenced by completionNext(), and completionOpen().

◆ ePhase

int completion_cursor::ePhase

Definition at line 3172 of file shell.c.

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

◆ iRowid

sqlite3_int64 completion_cursor::iRowid

Definition at line 3171 of file shell.c.

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

◆ j

int completion_cursor::j

Definition at line 3173 of file shell.c.

Referenced by completionCursorReset(), and completionNext().

◆ nLine

int completion_cursor::nLine

Definition at line 3165 of file shell.c.

Referenced by completionCursorReset(), and completionFilter().

◆ nPrefix

int completion_cursor::nPrefix

Definition at line 3165 of file shell.c.

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

◆ pStmt

sqlite3_stmt* completion_cursor::pStmt

Definition at line 3170 of file shell.c.

Referenced by completionCursorReset(), and completionNext().

◆ szRow

int completion_cursor::szRow

Definition at line 3169 of file shell.c.

Referenced by completionColumn(), and completionNext().

◆ zCurrentRow

const char* completion_cursor::zCurrentRow

Definition at line 3168 of file shell.c.

Referenced by completionColumn(), and completionNext().

◆ zLine

char* completion_cursor::zLine

Definition at line 3167 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: