Module sqlite_loadable::scalar

source ·
Expand description

Define scalar functions on sqlite3 database connections.

Structs

  • Represents the possible flag values that can be passed into sqlite3_create_function_v2 or sqlite3_create_window_function, as the 4th “eTextRep” parameter. Includes both the encoding options (utf8, utf16, etc.) and function-level parameters (deterministion, innocuous, etc.).

Functions