Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvtab.c693 int sqlite3VtabCallConnect(Parse *pParse, Table *pTab){ in sqlite3VtabCallConnect() function
H A DsqliteInt.h5254 int sqlite3VtabCallConnect(Parse*, Table*);
H A Dbuild.c3066 rc = sqlite3VtabCallConnect(pParse, pTable); in viewGetColumnNames()