Home | History | Annotate | Download | only in orig

Lines Matching refs:KEY

646     "INSERT", "INSTEAD", "INTERSECT", "INTO", "IS", "ISNULL", "JOIN", "KEY",
2105 " tno INTEGER PRIMARY KEY,\n" /* Test number */
2534 ** SQL trigger or foreign key. */
2855 int nPK = 0; /* Number of PRIMARY KEY columns seen */
2856 int isIPK = 0; /* True if one PRIMARY KEY column of type INTEGER */
2892 ** or a table with an INTEGER PRIMARY KEY. We are unable to preserve
2897 /* If a single PRIMARY KEY column with type INTEGER was seen, then it
2899 ** table or a INTEGER PRIMARY KEY DESC column, neither of which are
2902 ** no "pk" index if the PRIMARY KEY really is an alias for the ROWID.
3142 " fkey-indexes Find missing foreign key indexes\n"
4296 ** This SELECT statement returns one row for each foreign key constraint
4713 ** which causes immediate foreign key constraints to be violated.
4714 ** So disable foreign-key constraint enforcement to prevent problems. */
5126 "CREATE TABLE \"%w\"(%s,PRIMARY KEY(%s))WITHOUT ROWID",