Database reference - stores_demo

stores_demo -  functions -  sha_insert

Description

none

Function properties

namevalue
namesha_insert 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = sha_insert

Code

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



Documentation generated by SqlSpec