From 18657a960e125336f704ea058e25c27bd3900dcb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:28:19 +0200 Subject: Adding upstream version 3.40.1. Signed-off-by: Daniel Baumann --- www/c3ref/declare_vtab.html | 135 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 www/c3ref/declare_vtab.html (limited to 'www/c3ref/declare_vtab.html') diff --git a/www/c3ref/declare_vtab.html b/www/c3ref/declare_vtab.html new file mode 100644 index 0000000..6327884 --- /dev/null +++ b/www/c3ref/declare_vtab.html @@ -0,0 +1,135 @@ + + + + + +Declare The Schema Of A Virtual Table + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ + +
+

SQLite C Interface

+

Declare The Schema Of A Virtual Table

+
+
+int sqlite3_declare_vtab(sqlite3*, const char *zSQL);
+
+

+The xCreate and xConnect methods of a +virtual table module call this interface +to declare the format (the names and datatypes of the columns) of +the virtual tables they implement. +

See also lists of + Objects, + Constants, and + Functions.

+ -- cgit v1.2.3