Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

.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