Skip to main content

Module key_value_options

Module key_value_options 

Source
Expand description

Utilities for parsing key/value style options in helper statements. Key-value options for SQL statements. See this page for more details.

Structs§

KeyValueOption
A single key-value option.
KeyValueOptions
A collection of key-value options.

Enums§

KeyValueOptionKind
An option can have a single value, multiple values or a nested list of values.
KeyValueOptionsDelimiter
The delimiter used between key-value options.