Database reference - stores_demo

stores_demo -  functions -  schema_charlen

Description

none

Function properties

namevalue
nameschema_charlen 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_charlen

Code

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



Documentation generated by SqlSpec