Sqlite3 3.50.2
Light weight SQL DB
|
Data Fields | |
sqlite3_vtab_cursor | base |
sqlite3 * | db |
int | nPrefix |
int | nLine |
char * | zPrefix |
char * | zLine |
const char * | zCurrentRow |
int | szRow |
sqlite3_stmt * | pStmt |
sqlite3_int64 | iRowid |
int | ePhase |
int | j |
sqlite3_vtab_cursor completion_cursor::base |
Definition at line 9082 of file shell.c.
Referenced by completionOpen().
sqlite3* completion_cursor::db |
Definition at line 9083 of file shell.c.
Referenced by completionNext(), and completionOpen().
int completion_cursor::ePhase |
Definition at line 9091 of file shell.c.
Referenced by completionColumn(), completionEof(), completionFilter(), and completionNext().
sqlite3_int64 completion_cursor::iRowid |
Definition at line 9090 of file shell.c.
Referenced by completionFilter(), completionNext(), and completionRowid().
int completion_cursor::j |
Definition at line 9092 of file shell.c.
Referenced by completionCursorReset(), and completionNext().
int completion_cursor::nLine |
Definition at line 9084 of file shell.c.
Referenced by completionCursorReset(), and completionFilter().
int completion_cursor::nPrefix |
Definition at line 9084 of file shell.c.
Referenced by completionCursorReset(), completionFilter(), and completionNext().
sqlite3_stmt* completion_cursor::pStmt |
Definition at line 9089 of file shell.c.
Referenced by completionCursorReset(), and completionNext().
int completion_cursor::szRow |
Definition at line 9088 of file shell.c.
Referenced by completionColumn(), and completionNext().
const char* completion_cursor::zCurrentRow |
Definition at line 9087 of file shell.c.
Referenced by completionColumn(), and completionNext().
char* completion_cursor::zLine |
Definition at line 9086 of file shell.c.
Referenced by completionColumn(), completionCursorReset(), and completionFilter().
char* completion_cursor::zPrefix |
Definition at line 9085 of file shell.c.
Referenced by completionColumn(), completionCursorReset(), completionFilter(), and completionNext().