Database reference - stores_demo

stores_demo -  functions -  extract;2

Description

none

Function properties

namevalue
nameextract;2 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = extract;2

Code

create dba function informix.extract(informix.clob,informix.lvarchar)
    returns informix.lvarchar(32739)
    with (NOT VARIANT, HANDLESNULLS, PARALLELIZABLE, CLASS = 'idsxmlvp',
          PERCALL_COST = 32768 )
    external name '$INFORMIXDIR/lib/libxml.udr(xmlextractinputclob)'
    language C;



Documentation generated by SqlSpec