Database reference - stores_demo

stores_demo -  functions -  schema_auto_increment

Description

none

Function properties

namevalue
nameschema_auto_increment 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_auto_increment

Code

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



Documentation generated by SqlSpec