Database reference - stores_demo

stores_demo -  functions -  schema_isnullable

Description

none

Function properties

namevalue
nameschema_isnullable 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_isnullable

Code

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



Documentation generated by SqlSpec