|
int sqlite3_declare_vtab(sqlite3*, const char *zCreateTable);
Important: This interface is experimental and is subject to change without notice.
The xCreate and xConnect methods of a module use the following API to declare the format (the names and datatypes of the columns) of the virtual tables they implement.
This interface is experimental and is subject to change or removal in future releases of SQLite.
See also lists of Objects, Constants, and Functions.