xref: /netbsd-src/external/public-domain/sqlite/man/sqlite3_aggregate_count.3 (revision cc576e1d8e4f4078fd4e81238abca9fca216f6ec)
1.Dd December 18, 2016
2.Dt SQLITE3_AGGREGATE_COUNT 3
3.Os
4.Sh NAME
5.Nm sqlite3_aggregate_count ,
6.Nm sqlite3_expired ,
7.Nm sqlite3_transfer_bindings ,
8.Nm sqlite3_global_recover ,
9.Nm sqlite3_thread_cleanup ,
10.Nm sqlite3_memory_alarm
11.Nd Deprecated Functions
12.Sh SYNOPSIS
13.Ft int SQLITE_STDCALL
14.Fo sqlite3_aggregate_count
15.Fa "sqlite3_context*"
16.Fc
17.Ft int SQLITE_STDCALL
18.Fo sqlite3_expired
19.Fa "sqlite3_stmt*"
20.Fc
21.Ft int SQLITE_STDCALL
22.Fo sqlite3_transfer_bindings
23.Fa "sqlite3_stmt*"
24.Fa "sqlite3_stmt*"
25.Fc
26.Ft int SQLITE_STDCALL
27.Fo sqlite3_global_recover
28.Fa "void"
29.Fc
30.Ft void SQLITE_STDCALL
31.Fo sqlite3_thread_cleanup
32.Fa "void"
33.Fc
34.Ft int SQLITE_STDCALL
35.Fo sqlite3_memory_alarm
36.Fa "void(*)(void*,sqlite3_int64,int)"
37.Fa "void*"
38.Fa "sqlite3_int64"
39.Fc
40.Sh DESCRIPTION
41These functions are deprecated.
42In order to maintain backwards compatibility with older code, these
43functions continue to be supported.
44However, new applications should avoid the use of these functions.
45To encourage programmers to avoid these functions, we will not explain
46what they do.
47