Database reference - stores_demo

stores_demo -  functions -  schema_datetype

Description

none

Function properties

namevalue
nameschema_datetype 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_datetype

Code

create function informix.schema_datetype (coltype smallint, collength smallint)
returning integer
external name '(schema_datetype)'
LANGUAGE C;



Documentation generated by SqlSpec