Database reference - stores_demo

stores_demo -  functions -  get_data_type

Description

none

Function properties

namevalue
nameget_data_type 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = get_data_type

Code

create function informix.get_data_type(coltype smallint, xtype integer, is_odbc smallint)
returning smallint
external name '(get_data_type)'
LANGUAGE C;



Documentation generated by SqlSpec