Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dconflict.test44 3 {} {INSERT OR REPLACE} 0 4 1
45 4 {} REPLACE 0 4 1
51 10 IGNORE {INSERT OR REPLACE} 0 4 1
52 11 IGNORE REPLACE 0 4 1
56 15 REPLACE INSERT 0 4 1
102 3 {} {INSERT OR REPLACE} 0 4 1
103 4 {} REPLACE 0 4 1
109 10 IGNORE {INSERT OR REPLACE} 0 4 1
110 11 IGNORE REPLACE 0 4 1
114 15 REPLACE INSERT 0 4 1
[all …]
H A Dmemdb.test170 3 {} {INSERT OR REPLACE} 0 4 1
171 4 {} REPLACE 0 4 1
177 10 IGNORE {INSERT OR REPLACE} 0 4 1
178 11 IGNORE REPLACE 0 4 1
182 15 REPLACE INSERT 0 4 1
231 2 REPLACE {} UPDATE 0 {7 6 9} 1
236 7 REPLACE {} {UPDATE OR IGNORE} 0 {6 7 3 9} 1
237 8 IGNORE {} {UPDATE OR REPLACE} 0 {7 6 9} 1
239 10 ABORT {} {UPDATE OR REPLACE} 0 {7 6 9} 1
242 13 {} {} {UPDATE OR REPLACE} 0 {7 6 9} 1
[all …]
H A Dnotnull.test26 c NOT NULL ON CONFLICT REPLACE DEFAULT 6,
57 INSERT OR REPLACE INTO t1(b,c,d,e) VALUES(2,3,4,5);
85 INSERT OR REPLACE INTO t1(a,c,d,e) VALUES(1,3,4,5);
113 INSERT OR REPLACE INTO t1(a,b,c,d,e) VALUES(1,null,3,4,5);
134 INSERT OR REPLACE INTO t1(a,b,c,d,e) VALUES(1,2,null,4,5);
193 UPDATE OR REPLACE t1 SET a=null;
225 UPDATE OR REPLACE t1 SET b=null, d=e, e=d;
296 INSERT OR REPLACE INTO t1(b,c,d,e) VALUES(2,3,4,5);
324 INSERT OR REPLACE INTO t1(a,c,d,e) VALUES(1,3,4,5);
432 UPDATE OR REPLACE t1 SET a=null;
[all …]
H A Dinsert.test257 # Ticket #334: REPLACE statement corrupting indices.
269 REPLACE INTO t1 VALUES(1,4);
275 UPDATE OR REPLACE t1 SET a=2 WHERE b=4;
H A Dcopy.test227 COPY OR REPLACE t1 FROM 'data6.txt' USING DELIMITERS '|';
241 COPY OR REPLACE t1 FROM 'data5.txt' USING DELIMITERS '|';
H A Dtrigger1.test396 # Make sure REPLACE works inside of triggers.
403 REPLACE INTO t4 VALUES(new.a,new.b);
H A Dtrigger2.test493 INSERT OR REPLACE INTO tbl values (2, 2, 3);
547 UPDATE OR REPLACE tbl SET a = 1 WHERE a = 4;
H A Dmisc1.test163 # Certain keywords (especially non-standard keywords like "REPLACE") can
/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c101 for (linenum = 0; mf_fgets(&PS, REPLACE); /* NOP */) { in process()
152 cspace(&PS, hs, hsl, REPLACE); in process()
159 cspace(&HS, ps, psl, REPLACE); in process()
175 if (!mf_fgets(&PS, REPLACE)) in process()
247 cspace(&HS, "", 0, REPLACE); in process()
365 cspace(&HS, "", 0, REPLACE); in resetstate()
750 if (spflag == REPLACE) in cspace()
H A Ddefs.h136 REPLACE /* Replace the contents. */ enumerator
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h90 #define REPLACE 2 macro
H A Dlookup.c90 (void) lookup(name, REPLACE, value);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c177 #define REPLACE -40 /* replace chars */ macro
1422 if( mode == REPLACE ) in getline()
1448 if(mode==REPLACE) in getline()
1480 if(mode==REPLACE || (last_save>0 && last_virt<=last_save)) in getline()
1484 else if(mode==REPLACE) in getline()
1486 mode = REPLACE; in getline()
1571 if( mode == REPLACE ) in getline()
2621 mode = REPLACE; in textmod()
2642 return(REPLACE); in textmod()
/illumos-gate/usr/src/lib/iconv_modules/ja/common/
H A Djfp_iconv_unicode.h65 #define REPLACE 0xfffd macro
551 u32 = REPLACE; in write_unicode()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y128 OF OFFSET PRAGMA RAISE REPLACE RESTRICT ROW STATEMENT
264 resolvetype(A) ::= REPLACE. { A = OE_Replace; }
511 insert_cmd(A) ::= REPLACE. {A = OE_Replace;}
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news128 8.*if showmode set, it will display APPEND/INSERT/REPLACE(etc.) mode