Database reference - stores_demo

stores_demo -  functions -  seclabeloutput

Description

none

Function properties

namevalue
nameseclabeloutput 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = seclabeloutput

Code

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



Documentation generated by SqlSpec