summaryrefslogtreecommitdiff
path: root/external/public-domain/sqlite/man/sqlite3_declare_vtab.3
blob: 595d62e75f1bbcc208b698562b1496128a946b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.Dd December 19, 2018
.Dt SQLITE3_DECLARE_VTAB 3
.Os
.Sh NAME
.Nm sqlite3_declare_vtab
.Nd Declare The Schema Of A Virtual Table
.Sh SYNOPSIS
.Ft int 
.Fo sqlite3_declare_vtab
.Fa "sqlite3*"
.Fa "const char *zSQL"
.Fc
.Sh DESCRIPTION
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.
.Sh SEE ALSO
.Xr sqlite3_module 3
/arch/hp300/include/pmap.h?id=fe664428c898faaa36e5baf6af67a080bb6c8e17'>Garbage-collect pmap_page_index().thorpej 2001-04-22Undo a misguided previous change to the pmap_update() API.thorpej 2001-04-22Give pmap_update() an argument (a pmap_t) so that it knows whichthorpej 2001-04-21#define away pmap_update() in <machine/pmap.h> so that no functionthorpej