Database reference - stores_demo

stores_demo -  functions -  gist_cost

Description

none

Function properties

namevalue
namegist_cost 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = gist_cost

Code

-- no gist_stats

create dba function informix.gist_cost(informix.pointer, informix.pointer)
    returns real 
    external name '(gist_cost)'
    language C;



Documentation generated by SqlSpec