|
VSQLite++ 0.3
|
Options passed alongside a callable when registering it with sqlite3_create_function_v2. More...
#include <function.hpp>

Public Attributes | |
| int | arity = -1 |
| int | text_representation = SQLITE_UTF8 |
| bool | deterministic = false |
| bool | direct_only = false |
| bool | innocuous = false |
Options passed alongside a callable when registering it with sqlite3_create_function_v2.
Definition at line 68 of file function.hpp.
| int sqlite::v2::function_options::arity = -1 |
Definition at line 69 of file function.hpp.
| bool sqlite::v2::function_options::deterministic = false |
Definition at line 71 of file function.hpp.
Referenced by sqlite::v2::detail::compose_text_rep().
| bool sqlite::v2::function_options::direct_only = false |
Definition at line 72 of file function.hpp.
Referenced by sqlite::v2::detail::compose_text_rep().
| bool sqlite::v2::function_options::innocuous = false |
Definition at line 73 of file function.hpp.
Referenced by sqlite::v2::detail::compose_text_rep().
| 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().