FunctionOptions
Properties
Link copied to clipboard
If true
, the SQLITE_DETERMINISTIC
flag is set on the created function.
Link copied to clipboard
If true
, the SQLITE_DIRECTONLY
flag is set on the created function.
Link copied to clipboard
If true
, integer arguments to function
are converted to BigInt
s. If false
, integer arguments are passed as JavaScript numbers.