VSQLite++ 0.3
Loading...
Searching...
No Matches
sqlite::v2::function_options Struct Reference

Options passed alongside a callable when registering it with sqlite3_create_function_v2. More...

#include <function.hpp>

Collaboration diagram for sqlite::v2::function_options:
Collaboration graph

Public Attributes

int arity = -1
int text_representation = SQLITE_UTF8
bool deterministic = false
bool direct_only = false
bool innocuous = false

Detailed Description

Options passed alongside a callable when registering it with sqlite3_create_function_v2.

Definition at line 68 of file function.hpp.

Member Data Documentation

◆ arity

int sqlite::v2::function_options::arity = -1

Definition at line 69 of file function.hpp.

◆ deterministic

bool sqlite::v2::function_options::deterministic = false

Definition at line 71 of file function.hpp.

Referenced by sqlite::v2::detail::compose_text_rep().

◆ direct_only

bool sqlite::v2::function_options::direct_only = false

Definition at line 72 of file function.hpp.

Referenced by sqlite::v2::detail::compose_text_rep().

◆ innocuous

bool sqlite::v2::function_options::innocuous = false

Definition at line 73 of file function.hpp.

Referenced by sqlite::v2::detail::compose_text_rep().

◆ text_representation

int sqlite::v2::function_options::text_representation = SQLITE_UTF8

Definition at line 70 of file function.hpp.

Referenced by sqlite::v2::detail::compose_text_rep().


The documentation for this struct was generated from the following file: