|
|
int sqlite3_declare_vtab(sqlite3*, const char *zCreateTable);
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.
See also lists of Objects, Constants, and Functions.