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

Public Attributes

WhereInfopWInfo
 
WhereClausepOuter
 
u8 op
 
u8 hasOr
 
int nTerm
 
int nSlot
 
WhereTerma
 
WhereTerm aStatic [8]
 

Detailed Description

Definition at line 140622 of file sqlite3.c.

Member Data Documentation

◆ a

◆ aStatic

WhereTerm WhereClause::aStatic[8]

Definition at line 140633 of file sqlite3.c.

Referenced by exprAnalyzeOrTerm(), sqlite3WhereClauseClear(), and whereClauseInsert().

◆ hasOr

u8 WhereClause::hasOr

Definition at line 140626 of file sqlite3.c.

Referenced by exprAnalyzeOrTerm().

◆ nSlot

int WhereClause::nSlot

Definition at line 140628 of file sqlite3.c.

Referenced by whereClauseInsert().

◆ nTerm

◆ op

u8 WhereClause::op

Definition at line 140625 of file sqlite3.c.

Referenced by exprAnalyze(), sqlite3WhereSplit(), and whereLoopAddOr().

◆ pOuter

WhereClause* WhereClause::pOuter

Definition at line 140624 of file sqlite3.c.

Referenced by exprAnalyzeOrTerm(), whereLoopAddOr(), and whereScanNext().

◆ pWInfo


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