Searched refs:NameContext (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8102 typedef struct NameContext NameContext; typedef in typeref:struct:NameContext
10863 ** A NameContext defines a context in which to resolve table and column
10878 ** Each subquery gets a new NameContext. The pNext field points to the
10879 ** NameContext in the parent query. Thus the process of scanning the
10880 ** NameContext list corresponds to searching through successively outer
10883 struct NameContext { struct
10894 NameContext *pNext; /* Next outer name context. NULL for outermost */
11348 NameContext *pNC; /* Naming context */
11678 SQLITE_PRIVATE void sqlite3ExprAnalyzeAggregates(NameContext*, Exp
[all...]

Completed in 340 milliseconds