Searched defs:sqliteEndTable (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dbuild.c423 ** At the end of the CREATE TABLE statement, the sqliteEndTable() routine
886 void sqliteEndTable(Parse *pParse, Token *pEnd, Select *pSelect){ function
1046 /* Use sqliteEndTable() to add the view to the SQLITE_MASTER table */
1047 sqliteEndTable(pParse, &sEnd, 0);
1347 ** until sqliteEndTable().

Completed in 27 milliseconds