Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h4720 void sqlite3DropIndex(Parse*, SrcList*, int);
H A Dparse.y1478 cmd ::= DROP INDEX ifexists(E) fullname(X). {sqlite3DropIndex(pParse, X, E);}
H A Dbuild.c4557 void sqlite3DropIndex(Parse *pParse, SrcList *pName, int ifExists){ in sqlite3DropIndex() function