Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c474 const char *zMsg = flags & LOCATE_VIEW ? "no such view" : "no such table"; in sqlite3LocateTable()
3471 assert( isView==0 || isView==LOCATE_VIEW ); in sqlite3DropTable()
H A DsqliteInt.h4773 #define LOCATE_VIEW 0x01 macro