dpiJsonOptions

Type Alias dpiJsonOptions 

Source
pub type dpiJsonOptions = u32;
Expand description

This enumeration identifies the options that can be used when calling dpiJson_getValue().

ValueDescription
DPI_JSON_OPT_DATE_AS_DOUBLEConvert values that are stored as Oracle dates and timestamps in the JSON value into double values (number of milliseconds since January 1, 1970).
DPI_JSON_OPT_DEFAULTDefault value.
DPI_JSON_OPT_NUMBER_AS_STRINGConvert values that are stored as Oracle numbers in the JSON value into strings in order to retain precision.