Database reference - stores_demo

stores_demo -  functions -  seclabel_to_char

Description

none

Function properties

namevalue
nameseclabel_to_char 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = seclabel_to_char

Code

create function informix.SECLABEL_TO_CHAR(informix.lvarchar, 
    informix.IDSSECURITYLABEL)
    returns informix.lvarchar
    with (NOT VARIANT, HANDLESNULLS, PARALLELIZABLE)
    external name '(ifx_seclabel_to_char)'
    language C;



Documentation generated by SqlSpec