Home
last modified time | relevance | path

Searched defs:isView (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dupdate.c52 int isView; /* Trying to update a view */ in sqliteUpdate() local
H A Ddelete.c70 int isView; /* True if attempting to delete from a view */ in sqliteDeleteFrom() local
H A Dinsert.c112 int isView; /* True if attempting to insert into a view */ in sqliteInsert() local
H A Dbuild.c428 int isView /* True if this is a VIEW */ in sqliteStartTable()
1175 void sqliteDropTable(Parse *pParse, Token *pName, int isView){ in sqliteDropTable()