Database reference - stores_demo

stores_demo -  functions -  collectionsend

Description

none

Function properties

namevalue
namecollectionsend 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = collectionsend

Code

---Add new collectionsend() to handle all collection types
create dba function informix.collectionsend(collection)
        returns informix.sendrecv
        external name '(collectionsend)'
        language C not variant;



Documentation generated by SqlSpec