Database reference - stores_demo

stores_demo -  functions -  schema_unsigned_attribute

Description

none

Function properties

namevalue
nameschema_unsigned_attribute 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_unsigned_attribute

Code

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



Documentation generated by SqlSpec