xref: /netbsd-src/external/public-domain/sqlite/man/SQLITE_DETERMINISTIC.3 (revision 51db93b1e55befe059298d8824a0c056de72eba2)
1.Dd December 19, 2018
2.Dt SQLITE_DETERMINISTIC 3
3.Os
4.Sh NAME
5.Nm SQLITE_DETERMINISTIC
6.Nd Function Flags
7.Sh SYNOPSIS
8.Fd #define SQLITE_DETERMINISTIC
9.Sh DESCRIPTION
10These constants may be ORed together with the  preferred text encoding
11as the fourth argument to sqlite3_create_function(),
12sqlite3_create_function16(), or sqlite3_create_function_v2().
13.Sh SEE ALSO
14.Xr sqlite3_create_function 3 ,
15.Xr SQLITE_UTF8 3
16