Home
last modified time | relevance | path

Searched refs:cannotBeFunction (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c154584 static int cannotBeFunction(Parse *pParse, SrcItem *pFrom){ function
154725 if( cannotBeFunction(pParse, pFrom) ) return 2;
155038 if( !IsVirtual(pTab) && cannotBeFunction(pParse, pFrom) ){