Home | History | Annotate | Download | only in dist

Lines Matching refs:KEY

652     "INSERT", "INSTEAD", "INTERSECT", "INTO", "IS", "ISNULL", "JOIN", "KEY",
2111 " tno INTEGER PRIMARY KEY,\n" /* Test number */
2540 ** SQL trigger or foreign key. */
2861 int nPK = 0; /* Number of PRIMARY KEY columns seen */
2862 int isIPK = 0; /* True if one PRIMARY KEY column of type INTEGER */
2898 ** or a table with an INTEGER PRIMARY KEY. We are unable to preserve
2903 /* If a single PRIMARY KEY column with type INTEGER was seen, then it
2905 ** table or a INTEGER PRIMARY KEY DESC column, neither of which are
2908 ** no "pk" index if the PRIMARY KEY really is an alias for the ROWID.
3148 " fkey-indexes Find missing foreign key indexes\n"
4318 ** This SELECT statement returns one row for each foreign key constraint
4735 ** which causes immediate foreign key constraints to be violated.
4736 ** So disable foreign-key constraint enforcement to prevent problems. */
5148 "CREATE TABLE \"%w\"(%s,PRIMARY KEY(%s))WITHOUT ROWID",