Home
last modified time | relevance | path

Searched refs:REFERENCES (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/test/
Dfkey2.test93 CREATE TABLE t2(c REFERENCES t1(a) /D/ , d);
96 CREATE TABLE t4(c REFERENCES t3 /D/, d);
99 CREATE TABLE t8(c REFERENCES t7 /D/, d);
101 CREATE TABLE t9(a REFERENCES nosuchtable, b);
102 CREATE TABLE t10(a REFERENCES t9(c) /D/, b);
191 CREATE TABLE j(j REFERENCES i);
206 CREATE TABLE j(j REFERENCES i(i));
222 CREATE TABLE j(j TEXT COLLATE binary REFERENCES i(i));
235 CREATE TABLE j(j TEXT COLLATE nocase REFERENCES i(i));
270 parent REFERENCES node DEFERRABLE INITIALLY DEFERRED
[all …]
Dfkey1.test31 REFERENCES t1 ON DELETE CASCADE
32 REFERENCES t2,
34 FOREIGN KEY (b,c) REFERENCES t2(x,y) ON UPDATE CASCADE
49 a INTEGER REFERENCES t2,
50 b INTEGER REFERENCES t1,
51 FOREIGN KEY (a,b) REFERENCES t2(x,y)
78 d REFERENCES t5,
79 e REFERENCES t5(c)
90 FOREIGN KEY (d, e) REFERENCES t5(a, b)
101 FOREIGN KEY (d, e) REFERENCES t5 ON DELETE CASCADE ON UPDATE SET NULL
[all …]
Dfkey_malloc.test26 CREATE TABLE t2(x REFERENCES t1 ON UPDATE CASCADE ON DELETE CASCADE);
39 FOREIGN KEY(x, y) REFERENCES t1(a, b) DEFERRABLE INITIALLY DEFERRED
54 CREATE TABLE t2(y DEFAULT 14 REFERENCES t1(x) ON UPDATE SET DEFAULT);
55 CREATE TABLE t3(y REFERENCES t1 ON UPDATE SET NULL);
80 CREATE TABLE t2(z REFERENCES t1(x), a REFERENCES t1(y));
82 CREATE TABLE t4(z REFERENCES t3);
84 CREATE TABLE t6(z REFERENCES t5(x));
97 CREATE TABLE t2(a, b, FOREIGN KEY(a, b) REFERENCES t1 ON UPDATE CASCADE);
108 y REFERENCES t1 ON DELETE RESTRICT ON UPDATE SET DEFAULT
122 FOREIGN KEY(d, c) REFERENCES x DEFERRABLE INITIALLY DEFERRED
[all …]
De_fkey.test43 CREATE TABLE c(j REFERENCES p ON UPDATE CASCADE);
79 CREATE TABLE c(j REFERENCES p ON UPDATE CASCADE);
109 catchsql { CREATE TABLE c(j REFERENCES p ON UPDATE CASCADE) }
112 # This is allowed, as in this build, "REFERENCES" is not a keyword.
113 # The declared datatype of column j is "REFERENCES p".
114 execsql { CREATE TABLE c(j REFERENCES p) }
118 } {0 j {REFERENCES p} 0 {} 0}
146 CREATE TABLE c(j REFERENCES p ON UPDATE CASCADE);
205 CREATE TABLE t2(c, d REFERENCES t1(a));
243 # trackartist INTEGER, FOREIGN KEY(trackartist) REFERENCES
[all …]
Dfkey3.test32 CREATE TABLE t2(y INTEGER REFERENCES t1 (x));
70 CREATE TABLE t2(y INTEGER PRIMARY KEY REFERENCES t1 (x) ON UPDATE SET NULL);
Dtable.test451 CREATE TABLE t6(a REFERENCES t4(a) NOT NULL);
458 CREATE TABLE t6(a REFERENCES t4(a) MATCH PARTIAL);
464 CREATE TABLE t6(a REFERENCES t4 MATCH FULL ON DELETE SET NULL NOT NULL);
470 CREATE TABLE t6(a REFERENCES t4 MATCH FULL ON UPDATE SET DEFAULT DEFAULT 1);
489 FOREIGN KEY (a) REFERENCES t4(b) DEFERRABLE INITIALLY DEFERRED
497 FOREIGN KEY (b,c) REFERENCES t4(x,y) MATCH PARTIAL
506 FOREIGN KEY (b,c) REFERENCES t4(x)
514 FOREIGN KEY (b,c) REFERENCES t4(x,y,z)
521 CREATE TABLE t6(a,b, c REFERENCES t4(x,y));
528 FOREIGN KEY (b,x) REFERENCES t4(x,y)
[all …]
De_createtable.test119 7.1 "CREATE TABLE t1(c1 REFERENCES t2)" {}
120 7.2 "CREATE TABLE t1(c1 CONSTRAINT abc REFERENCES t2)" {}
124 PRIMARY KEY NOT NULL UNIQUE CHECK(c1 IS 'ten') DEFAULT 123 REFERENCES t1
129 REFERENCES t1 DEFAULT 123 CHECK(c1 IS 'ten') UNIQUE NOT NULL PRIMARY KEY
150 4.1 "CREATE TABLE t1(c1, c2, FOREIGN KEY(c1) REFERENCES t2)" {}
163 "name with spaces" REFERENCES t1
232 REFERENCES t2(x) MATCH FULL
236 REFERENCES t2(x)
241 REFERENCES t2(x) MATCH PARTIAL
245 REFERENCES t2(x) MATCH PARTIAL
[all …]
Dfkey4.test33 CREATE TABLE t2(c REFERENCES t1 DEFERRABLE INITIALLY DEFERRED, d);
Dalter4.test77 ALTER TABLE t2 ADD c REFERENCES t1(c) ;
81 } {{CREATE TABLE t2(a, b, c REFERENCES t1(c), UNIQUE(a, b))}}
Dautoindex1.test184 flock_no VARCHAR(6) NOT NULL REFERENCES flock (flock_no),
185 owner_person_id INTEGER NOT NULL REFERENCES person (person_id),
Dalter3.test92 ALTER TABLE t2 ADD c REFERENCES t1(c) ;
95 } {{CREATE TABLE t2(a, b, c REFERENCES t1(c), UNIQUE(a, b))}}
/external/chromium_org/third_party/sqlite/src/tool/
Dgenfkey.test34 CREATE TABLE t2(e REFERENCES t1, f);
35 CREATE TABLE t3(g, h, i, FOREIGN KEY (h, i) REFERENCES t1(b, c));
124 CREATE TABLE t2(e REFERENCES t1 ON UPDATE CASCADE ON DELETE CASCADE, f);
127 REFERENCES t1(b, c) ON UPDATE CASCADE ON DELETE CASCADE
181 CREATE TABLE t2(e REFERENCES t1 ON UPDATE SET NULL ON DELETE SET NULL, f);
184 REFERENCES t1(b, c) ON UPDATE SET NULL ON DELETE SET NULL
238 CREATE TABLE t1(a REFERENCES nosuchtable, b);
239 CREATE TABLE t2(a REFERENCES t1, b);
242 CREATE TABLE t4(a, b, c, FOREIGN KEY(c, b) REFERENCES t3);
244 CREATE TABLE t5(a REFERENCES t4(d), b, c);
[all …]
Dgenfkey.README20 CREATE TABLE child(d, e, f, FOREIGN KEY(d, e) REFERENCES parent(a, b));
78 CREATE TABLE child(d, e, f, FOREIGN KEY(d, e) REFERENCES parent(a, b));
79 CREATE TABLE child(d, e, f, FOREIGN KEY(d, e) REFERENCES parent);
/external/iputils/doc/
Dindex.out31 \BOOKMARK [2]{0.3.28.2}{REFERENCES}{0.3.1}
76 \BOOKMARK [2]{0.8.68.2}{REFERENCES}{0.8.1}
Dclockdiff.sgml93 <refsect1><title>REFERENCES</title>
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
DReferencesParser.java42 headerName(TokenTypes.REFERENCES); in parse()
/external/chromium_org/third_party/libjpeg_turbo/
DREADME31 REFERENCES Where to learn more about JPEG.
56 more of the REFERENCES, then looking at the documentation files (in roughly
104 REFERENCES section for introductory material.) Rather, it is intended to
182 REFERENCES
271 not support these formats (see REFERENCES). Indeed, one of the original
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenTypes.java168 public static final int REFERENCES = START + 98; field
/external/jpeg/
DREADME31 REFERENCES Where to learn more about JPEG.
58 more of the REFERENCES, then looking at the documentation files (in roughly
102 REFERENCES section for introductory material.) Rather, it is intended to
198 REFERENCES
345 The file format we have adopted is called JFIF (see REFERENCES). This format
/external/chromium_org/third_party/libjpeg/
DREADME31 REFERENCES Where to learn more about JPEG.
58 more of the REFERENCES, then looking at the documentation files (in roughly
102 REFERENCES section for introductory material.) Rather, it is intended to
198 REFERENCES
345 The file format we have adopted is called JFIF (see REFERENCES). This format
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
DIJG_README31 REFERENCES Where to learn more about JPEG.
58 more of the REFERENCES, then looking at the documentation files (in roughly
102 REFERENCES section for introductory material.) Rather, it is intended to
198 REFERENCES
345 The file format we have adopted is called JFIF (see REFERENCES). This format
/external/qemu/distrib/jpeg-6b/
DREADME31 REFERENCES Where to learn more about JPEG.
58 more of the REFERENCES, then looking at the documentation files (in roughly
102 REFERENCES section for introductory material.) Rather, it is intended to
198 REFERENCES
345 The file format we have adopted is called JFIF (see REFERENCES). This format
/external/chromium_org/third_party/sqlite/src/ext/rtree/
DREADME113 3. REFERENCES
/external/skia/experimental/webtry/
DDESIGN.md150 FOREIGN KEY (source) REFERENCES sources(id)
166 FOREIGN KEY (name) REFERENCES workspace(name),
/external/chromium_org/third_party/skia/experimental/webtry/
DDESIGN.md150 FOREIGN KEY (source) REFERENCES sources(id)
166 FOREIGN KEY (name) REFERENCES workspace(name),

12