You can get foreign key constraints with a pragma.
Check constraints need to parse the SQL.


-- 
˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı


> -----Original Message-----
> From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org]
> On Behalf Of Clemens Ladisch
> Sent: Monday, 3 July, 2017 08:00
> To: sqlite-users@mailinglists.sqlite.org
> Subject: Re: [sqlite] FOREING KEY constraint
> 
> J. King wrote:
> > The sqlite_master table should have this information.
> >
> > SELECT count() FROM sqlite_master WHERE name IS your_constraint_name AND
> tbl_name IS your_table_name;
> 
> Constraints do not have separate entries in the sqlite_master table.
> And there is no other mechanism to get this information without parsing
> the SQL.
> 
> 
> Regards,
> Clemens
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users



_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to