Database reference - stores_demo

stores_demo -  functions -  schema_funccol_type

Description

none

Function properties

namevalue
nameschema_funccol_type 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_funccol_type

Code

create function informix.schema_funccol_type(proc_col_type integer)
returning integer
external name '(schema_funccol_type)'
LANGUAGE C;



Documentation generated by SqlSpec