Database reference - stores_demo

stores_demo -  functions -  schema_coltypename

Description

none

Function properties

namevalue
nameschema_coltypename 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_coltypename

Code

create function informix.schema_coltypename(coltype smallint, xtype integer)
returning char(18)
external name '(schema_coltypename)'
LANGUAGE C;



Documentation generated by SqlSpec