Database reference - stores_demo

stores_demo -  functions -  gist_rescan

Description

none

Function properties

namevalue
namegist_rescan 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = gist_rescan

Code

create dba function informix.gist_rescan(informix.pointer)
    returns integer
    with (parallelizable)
    external name '(gist_rescan)' 
    language C;



Documentation generated by SqlSpec