SubtypedValue extension type

A value that will be passed to SQLite as a return value with an additional subtype (encoded as a byte value) attached to it.

For functions that may return this value, the subtype: true parameter should be set when registering the function.

For more information, see Setting The Subtype Of An SQL Function.

on

Constructors

SubtypedValue.new(Object? value, int subtype)
factory

Properties

originalValue Object?
The underlying value to return.
no setter
subtype int
The configured subtype of the value.
no setter