blob: 2d6ede50e34649821dfafa912f4ba5c08fd7351a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.Dd December 19, 2018
.Dt SQLITE_DETERMINISTIC 3
.Os
.Sh NAME
.Nm SQLITE_DETERMINISTIC
.Nd Function Flags
.Sh SYNOPSIS
.Fd #define SQLITE_DETERMINISTIC
.Sh DESCRIPTION
These constants may be ORed together with the preferred text encoding
as the fourth argument to sqlite3_create_function(),
sqlite3_create_function16(), or sqlite3_create_function_v2().
.Sh SEE ALSO
.Xr sqlite3_create_function 3 ,
.Xr SQLITE_UTF8 3
|