Database reference - stores_demo

stores_demo -  functions -  rtreerootbb

Description

none

Function properties

namevalue
namertreerootbb 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = rtreerootbb

Code

---Rtree root Bounding Box function
create dba function informix.rtreeRootBB(informix.lvarchar, informix.lvarchar)
    returns informix.lvarchar
        with (variant)
    external name '(rlt_root_bbox_info)'
    language C;



Documentation generated by SqlSpec