xref: /netbsd-src/external/public-domain/sqlite/man/sqlite3_declare_vtab.3 (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1.Dd March 11, 2017
2.Dt SQLITE3_DECLARE_VTAB 3
3.Os
4.Sh NAME
5.Nm sqlite3_declare_vtab
6.Nd Declare The Schema Of A Virtual Table
7.Sh SYNOPSIS
8.Ft int
9.Fo sqlite3_declare_vtab
10.Fa "sqlite3*"
11.Fa "const char *zSQL"
12.Fc
13.Sh DESCRIPTION
14The xCreate and xConnect methods of a virtual table module
15call this interface to declare the format (the names and datatypes
16of the columns) of the virtual tables they implement.
17.Sh SEE ALSO
18.Xr sqlite3_module 3
19