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

Public Attributes

RenameTokenpList
 
int nList
 
int iCol
 
TablepTab
 
const char * zOld
 

Detailed Description

Definition at line 106231 of file sqlite3.c.

Member Data Documentation

◆ iCol

int RenameCtx::iCol

Definition at line 106234 of file sqlite3.c.

Referenced by renameColumnExprCb(), and renameColumnFunc().

◆ nList

int RenameCtx::nList

Definition at line 106233 of file sqlite3.c.

Referenced by renameEditSql(), and renameTokenFind().

◆ pList

RenameToken* RenameCtx::pList

◆ pTab

Table* RenameCtx::pTab

Definition at line 106235 of file sqlite3.c.

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

◆ zOld

const char* RenameCtx::zOld

Definition at line 106236 of file sqlite3.c.


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