Searched refs:createkw (Results 1 – 1 of 1) sorted by relevance
186 create_table ::= createkw temp(T) TABLE ifnotexists(E) nm(Y) dbnm(Z). { in temp()189 createkw(A) ::= CREATE(A). {disableLookaside(pParse);} in createkw() function478 cmd ::= createkw(X) temp(T) VIEW ifnotexists(E) nm(Y) dbnm(Z) eidlist_opt(C)1402 cmd ::= createkw(S) uniqueflag(U) INDEX ifnotexists(NE) nm(X) dbnm(D)1516 cmd ::= createkw trigger_decl(A) BEGIN trigger_cmd_list(S) END(Z). {1703 create_vtab ::= createkw VIRTUAL TABLE ifnotexists(E)