xref: /netbsd-src/external/public-domain/sqlite/man/sqlite3_aggregate_count.3 (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1.Dd March 11, 2017
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
14.Fo sqlite3_aggregate_count
15.Fa "sqlite3_context*"
16.Fc
17.Ft int
18.Fo sqlite3_expired
19.Fa "sqlite3_stmt*"
20.Fc
21.Ft int
22.Fo sqlite3_transfer_bindings
23.Fa "sqlite3_stmt*"
24.Fa "sqlite3_stmt*"
25.Fc
26.Ft int
27.Fo sqlite3_global_recover
28.Fa "void"
29.Fc
30.Ft void
31.Fo sqlite3_thread_cleanup
32.Fa "void"
33.Fc
34.Ft int
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