Database reference - stores_demo

stores_demo -  functions -  rtn_param_out

Description

none

Function properties

namevalue
namertn_param_out 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = rtn_param_out

Code

-- Let us create the output function for this. We do not need an input function
create dba function informix.rtn_param_out(informix.rtnparamtypes)
returning informix.lvarchar specific paramtypes_out 
external name '(rtn_param_out)' language C
not variant;



Documentation generated by SqlSpec