Lines Matching refs:table
16 # schema.foreign_key_check(table-name);
19 # database, or the table called "table-name", for foreign key
111 } {1 {no such table: temp.c2}}
115 # EVIDENCE-OF: R-55672-01620 The first column is the name of the table
120 # table is a WITHOUT ROWID table.
124 # EVIDENCE-OF: R-40482-20265 The third column is the name of the table
290 lappend res [list $table $rowid $fkid $parent]
395 # Test using a WITHOUT ROWID table as the child table with an INTEGER
415 # table is a WITHOUT ROWID table.
453 # 2020-07-03: the pragma_foreign_key_check virtual table should
454 # accept arguments for the table name and/or schema name.
462 } {1 {no such table: main.t1}}
482 WHERE type='table'
483 ORDER BY x."table";
488 ORDER BY x."table";