Database reference - stores_demo

stores_demo -  functions -  elementenc_to_decimal

Description

none

Function properties

namevalue
nameelementenc_to_decimal 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = elementenc_to_decimal

Code

create function informix.ELEMENTENC_TO_DECIMAL(informix.IDSELEMENTENC)
    returns informix.decimal
    with (NOT VARIANT, HANDLESNULLS, PARALLELIZABLE)
    external name '(ifx_elementenc_to_decimal)'
    language C;



Documentation generated by SqlSpec