Database reference - stores_demo

stores_demo -  functions -  seclabelinput

Description

none

Function properties

namevalue
nameseclabelinput 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = seclabelinput

Code

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



Documentation generated by SqlSpec