Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Latest
interface FunctionOptions
import { type FunctionOptions } from "https://deno.land/x/libpkgx@v0.18.1/vendor/sqlite3@0.10.0/src/database.ts";

Options for user-defined functions.

Properties

optional
varargs: boolean
optional
deterministic: boolean
optional
directOnly: boolean
optional
innocuous: boolean
optional
subtype: boolean