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

Reply via email to