Database reference - stores_demo

stores_demo -  functions -  extractclob

Description

none

Function properties

namevalue
nameextractclob 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = extractclob

Code

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



Documentation generated by SqlSpec