Database reference - stores_demo

stores_demo -  functions -  schema_nullable

Description

none

Function properties

namevalue
nameschema_nullable 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_nullable

Code

create function informix.schema_nullable(coltype smallint)
returning char(3)
external name '(schema_nullable)'
LANGUAGE C;



Documentation generated by SqlSpec