-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Wolfgang Enzinger
Sent: Sunday, March 15, 2009 1:39 PM
To: sqlite-users@sqlite.org
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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to