From 63847496f14c813a5d80efd5b7de0f1294ffe1e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 16:07:11 +0200 Subject: Adding upstream version 3.45.1. Signed-off-by: Daniel Baumann --- www/syntax/column-constraint.html | 330 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 330 insertions(+) create mode 100644 www/syntax/column-constraint.html (limited to 'www/syntax/column-constraint.html') diff --git a/www/syntax/column-constraint.html b/www/syntax/column-constraint.html new file mode 100644 index 0000000..94b06a4 --- /dev/null +++ b/www/syntax/column-constraint.html @@ -0,0 +1,330 @@ + + + + + +SQLite Syntax: column-constraint + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

column-constraint

+
+
+ + + + + + + + +CONSTRAINT + + + +name + + + + + + +PRIMARY + + + +KEY + + + +DESC + + + + + +conflict-clause + + + + + +AUTOINCREMENT + + + + + + + + + + + + + + +ASC + + + + + + +NOT + + + +NULL + + + +conflict-clause + + + + + + +UNIQUE + + + +conflict-clause + + + + + + +CHECK + + + +( + + + +expr + + + +) + + + + + + +DEFAULT + + + + + +( + + + +expr + + + +) + + + + + + +literal-value + + + + + + +signed-number + + + + + + +COLLATE + + + +collation-name + + + + + + +foreign-key-clause + + + + + + +GENERATED + + + +ALWAYS + + + +AS + + + +( + + + +expr + + + +) + + + + + + + + + +VIRTUAL + + + + + + +STORED + + + + +

+ +Used by:   column-def

+References:   conflict-clause   expr   foreign-key-clause   literal-value   signed-number

+See also:   gencol.html   lang_altertable.html   lang_createtable.html +
+ + + -- cgit v1.2.3