Database reference - stores_demo

stores_demo -  functions -  schema_precision

Description

none

Function properties

namevalue
nameschema_precision 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_precision

Code

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



Documentation generated by SqlSpec