Database reference - stores_demo

stores_demo -  functions -  elementencinput

Description

none

Function properties

namevalue
nameelementencinput 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = elementencinput

Code

create function informix.ElementencInput(informix.lvarchar) 
    returns informix.IDSELEMENTENC
    with (NOT VARIANT, HANDLESNULLS, PARALLELIZABLE)
    external name '(elementenc_in)'
    language C;



Documentation generated by SqlSpec