Database reference - stores_demo

stores_demo -  functions -  schema_ids2db2

Description

none

Function properties

namevalue
nameschema_ids2db2 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_ids2db2

Code

-- map ids datatypes to db2 types
create function informix.schema_ids2db2(smallint, smallint)
returning smallint 
external name '(schema_ids2db2)'
LANGUAGE C;



Documentation generated by SqlSpec