{ ************************************************************************* } { } { Licensed Materials - Property of IBM and/or HCL } { } { IBM Informix Dynamic Server } { Copyright IBM Corporation 2014, 2014 } { (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved. } { } { Title: boot1210.sql } { } { Description: } { Bootstrapping script for a 12.10 database } { } { ************************************************************************* } { } { ** IMPORTANT - PLEASE READ } { } { All types and routines referenced in this file must be prefixed } { with the user name "informix". E.g., use "informix.boolean" } { and not "boolean" } { } { Also, please follow the formatting conventions!!! } { } { Please ensure that the identifiers that you choose are <= 18 } { characters in length. Otherwise the changes would affect database } { reversion. } { } { ************************************************************************* } create procedure informix.dummyproc_1210XC4() end procedure; create function informix.genbson(informix.ROW, informix.integer DEFAULT 0, informix.integer DEFAULT 0) returns bson external name '(genBSON)' language C; grant execute on function informix.genbson(informix.ROW, informix.integer, informix.integer) to public as informix;