Database reference - stores_demo

stores_demo -  functions -  extractvalue;2

Description

none

Function properties

namevalue
nameextractvalue;2 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = extractvalue;2

Code

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



Documentation generated by SqlSpec