Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/sqlite
References
| Module | SQLiteCore |
| Header | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/sqlite/sqlite3.h |
| Include | #include "sqlite/sqlite3.h" |
int sqlite3_declare_vtab
(
sqlite3 *,
const char * zSQL
)
Remarks
CAPI3REF: Declare The Schema Of A Virtual Table
^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.