Database reference - stores_demo

stores_demo -  functions -  schema_bufflen

Description

none

Function properties

namevalue
nameschema_bufflen 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_bufflen

Code

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



Documentation generated by SqlSpec