Vijay Khurdiya wrote:
> How to get details of constraints associated with Data in SQLite3.

There is no API to get individual properties; you have to look up the
original SQL statement:

SELECT sql FROM sqlite_master WHERE type = 'table' AND name = 'MyTable'

> This e-mail and any files transmitted with it are for the sole use ...

This e-mail contains public information intended for any subscriber of
this mailing list and for anybody else who bothers to read it; it will
be copied, disclosed and distributed to the public.  If you think you
are not the intended recipient, please commit suicide immediately.
These terms apply also to any e-mails quoted in, referenced from, or
answering this e-mail, and supersede any confidentiality notices in
those e-mails.  Additionally, confidentiality notices in those e-mails
will incur legal processing fees of $42 per line; you have agreed to
this by reading this confidentiality notice.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to