Searched defs:ccons (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 176 carg ::= CONSTRAINT nm ccons. 177 carg ::= ccons. 191 ccons ::= NULL onconf. label 192 ccons ::= NOT NULL onconf(R). {sqliteAddNotNull(pParse, R);} label 193 ccons ::= PRIMARY KEY sortorder onconf(R). {sqliteAddPrimaryKey(pParse,0,R);} label 194 ccons ::= UNIQUE onconf(R). {sqliteCreateIndex(pParse,0,0,0,R,0,0);} label 195 ccons ::= CHECK LP expr RP onconf. label 196 ccons ::= REFERENCES nm(T) idxlist_opt(TA) refargs(R). label 198 ccons ::= defer_subclause(D). {sqliteDeferForeignKey(pParse,D);} label 199 ccons label [all...] |
Completed in 21 milliseconds