Searched refs:LOCATE_VIEW (Results 1 – 2 of 2) sorted by relevance
474 const char *zMsg = flags & LOCATE_VIEW ? "no such view" : "no such table"; in sqlite3LocateTable()3471 assert( isView==0 || isView==LOCATE_VIEW ); in sqlite3DropTable()
4773 #define LOCATE_VIEW 0x01 macro