Database reference - stores_demo

stores_demo -  functions -  coveringinfooutput

Description

none

Function properties

namevalue
namecoveringinfooutput 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = coveringinfooutput

Code

create function informix.CoveringinfoOutput(informix.IDSCOVERINGINFO) 
    returns informix.lvarchar
    with (NOT VARIANT, HANDLESNULLS, PARALLELIZABLE)
    external name '(coveringinfo_out)'
    language C;



Documentation generated by SqlSpec