Home
last modified time | relevance | path

Searched refs:REPLACE (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/test/
H A Dconflict.test38 # cmd An INSERT or REPLACE command to execute against table t1
46 3 {} {INSERT OR REPLACE} 0 4 1
47 4 {} REPLACE 0 4 1
53 10 IGNORE {INSERT OR REPLACE} 0 4 1
54 11 IGNORE REPLACE 0 4 1
58 15 REPLACE INSERT 0 4 1
96 # cmd An INSERT or REPLACE command to execute against table t1
104 3 {} {INSERT OR REPLACE} 0 4 1
105 4 {} REPLACE 0 4 1
111 10 IGNORE {INSERT OR REPLACE} 0 4 1
[all …]
H A Dmemdb.test164 # cmd An INSERT or REPLACE command to execute against table t1
172 3 {} {INSERT OR REPLACE} 0 4 1
173 4 {} REPLACE 0 4 1
179 10 IGNORE {INSERT OR REPLACE} 0 4 1
180 11 IGNORE REPLACE 0 4 1
184 15 REPLACE INSERT 0 4 1
233 2 REPLACE {} UPDATE 0 {7 6 9} 1
238 7 REPLACE {} {UPDATE OR IGNORE} 0 {6 7 3 9} 1
239 8 IGNORE {} {UPDATE OR REPLACE} 0 {7 6 9} 1
241 10 ABORT {} {UPDATE OR REPLACE} 0 {7 6 9} 1
[all …]
H A Dnotnull.test28 c NOT NULL ON CONFLICT REPLACE DEFAULT 6,
59 INSERT OR REPLACE INTO t1(b,c,d,e) VALUES(2,3,4,5);
87 INSERT OR REPLACE INTO t1(a,c,d,e) VALUES(1,3,4,5);
115 INSERT OR REPLACE INTO t1(a,b,c,d,e) VALUES(1,null,3,4,5);
136 INSERT OR REPLACE INTO t1(a,b,c,d,e) VALUES(1,2,null,4,5);
178 INSERT OR REPLACE INTO t1(e,d,c,b,a) VALUES(1,2,3,null,5);
195 UPDATE OR REPLACE t1 SET a=null;
227 UPDATE OR REPLACE t1 SET b=null, d=e, e=d;
298 INSERT OR REPLACE INTO t1(b,c,d,e) VALUES(2,3,4,5);
326 INSERT OR REPLACE INTO t1(a,c,d,e) VALUES(1,3,4,5);
[all …]
H A Dinsert.test259 # Ticket #334: REPLACE statement corrupting indices.
271 REPLACE INTO t1 VALUES(1,4);
277 UPDATE OR REPLACE t1 SET a=2 WHERE b=4;
H A Dcopy.test229 COPY OR REPLACE t1 FROM 'data6.txt' USING DELIMITERS '|';
243 COPY OR REPLACE t1 FROM 'data5.txt' USING DELIMITERS '|';
H A Dtrigger1.test398 # Make sure REPLACE works inside of triggers.
405 REPLACE INTO t4 VALUES(new.a,new.b);
H A Dtrigger2.test495 INSERT OR REPLACE INTO tbl values (2, 2, 3);
549 UPDATE OR REPLACE tbl SET a = 1 WHERE a = 4;
H A Dmisc1.test165 # Certain keywords (especially non-standard keywords like "REPLACE") can
/titanic_41/usr/src/cmd/sed/
H A Dprocess.c99 for (linenum = 0; mf_fgets(&PS, REPLACE); /* NOP */) { in process()
150 cspace(&PS, hs, hsl, REPLACE); in process()
157 cspace(&HS, ps, psl, REPLACE); in process()
173 if (!mf_fgets(&PS, REPLACE)) in process()
245 cspace(&HS, "", 0, REPLACE); in process()
351 cspace(&HS, "", 0, REPLACE); in resetstate()
736 if (spflag == REPLACE) in cspace()
H A Ddefs.h136 REPLACE /* Replace the contents. */ enumerator
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h92 #define REPLACE 2 macro
H A Dlookup.c91 (void) lookup(name, REPLACE, value);
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dvi.c182 #define REPLACE -40 /* replace chars */ macro
1367 if( mode == REPLACE ) in getline()
1393 if(mode==REPLACE) in getline()
1420 if(mode==REPLACE || (last_save>0 && last_virt<=last_save)) in getline()
1424 else if(mode==REPLACE) in getline()
1426 mode = REPLACE; in getline()
1505 if( mode == REPLACE ) in getline()
2520 mode = REPLACE; in textmod()
2541 return(REPLACE); in textmod()
/titanic_41/usr/src/lib/libsqlite/src/
H A Dparse.y130 OF OFFSET PRAGMA RAISE REPLACE RESTRICT ROW STATEMENT
266 resolvetype(A) ::= REPLACE. { A = OE_Replace; }
513 insert_cmd(A) ::= REPLACE. {A = OE_Replace;}
/titanic_41/usr/src/cmd/vi/port/
H A Dex.news128 8.*if showmode set, it will display APPEND/INSERT/REPLACE(etc.) mode