Database reference - stores_demo

stores_demo -  functions -  sourcetype_colnum

Description

none

Function properties

namevalue
namesourcetype_colnum 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = sourcetype_colnum

Code

create function informix.sourcetype_colnum(c_id integer)
returning integer
external name '(get_source_type_numcols)'
LANGUAGE C
END FUNCTION;



Documentation generated by SqlSpec