xref: /netbsd-src/external/public-domain/sqlite/man/SQLITE_DETERMINISTIC.3 (revision 022f005200bc25af02826a05c8d86d0ef18232dc)
1.Dd March 11, 2017
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