minix/external/public-domain/sqlite/man/SQLITE_DETERMINISTIC.3
2018-11-18 02:11:42 +00:00

16 lines
414 B
Groff

.Dd March 11, 2017
.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