Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
RenameCtx Struct Reference

Data Fields

RenameTokenpList
 
int nList
 
int iCol
 
TablepTab
 
const char * zOld
 

Detailed Description

Definition at line 106447 of file sqlite3.c.

Field Documentation

◆ iCol

int RenameCtx::iCol

Definition at line 106450 of file sqlite3.c.

Referenced by renameColumnExprCb(), and renameColumnFunc().

◆ nList

int RenameCtx::nList

Definition at line 106449 of file sqlite3.c.

Referenced by renameEditSql(), and renameTokenFind().

◆ pList

RenameToken* RenameCtx::pList

◆ pTab

Table* RenameCtx::pTab

Definition at line 106451 of file sqlite3.c.

Referenced by renameColumnExprCb(), renameColumnFunc(), and renameTableFunc().

◆ zOld

const char* RenameCtx::zOld

Definition at line 106452 of file sqlite3.c.


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