-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Wolfgang Enzinger
Sent: Sunday, March 15, 2009 1:39 PM
To: [email protected]
Subject: Re: [sqlite] SQLITE : Constraint question
BTW, is there a document that explains in more detail what operations
the CHECK constraint is capable of?
================================
Hello, Wolfgang,
Were you looking for something beyond the documentation under "CREATE
TABLE"?
Column constraints:
http://www.sqlite.org/syntaxdiagrams.html#column-constraint
Table constraints:
http://www.sqlite.org/syntaxdiagrams.html#table-constraint
Conflict clause:
http://www.sqlite.org/syntaxdiagrams.html#conflict-clause
Foreign key clause (enforceable with preprocessing to create triggers):
http://www.sqlite.org/syntaxdiagrams.html#foreign-key-clause
Regards,
Donald
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users