Database reference - stores_demo

stores_demo -  functions -  schema_searchable

Description

none

Function properties

namevalue
nameschema_searchable 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_searchable

Code

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



Documentation generated by SqlSpec