12345678910111213141516171819202122232425262728293031323334353637 |
- -- Generated by BladeSmith 3.60.TC2 DO NOT MODIFY. --
- execute procedure ifx_allow_newline('t');
- insert into sysbldobjects
- (bld_id, obj_kind, obj_signature, obj_owner, sequence, create_sql,
- create_can_fail, drop_sql, drop_can_fail)
- values
- (
- "%SYSBLDNAME%", 0, "hdrlog.%SYSBLDDIR%",
- "%SYSBLDUSER%", 0,
- "
- create procedure SE_HDRLogReq(lvarchar)
- with (not variant)
- external name
- '$INFORMIXDIR/extend/%SYSBLDDIR%/spatial_hdr.bld(SE_HDRLogReq)'
- language c;
- grant execute on procedure SE_HDRLogReq(lvarchar) to public;
- create procedure SE_HDRLogReq(integer, lvarchar)
- with (not variant)
- external name
- '$INFORMIXDIR/extend/%SYSBLDDIR%/spatial_hdr.bld(SE_HDRLogReq2)'
- language c;
- grant execute on procedure SE_HDRLogReq(integer, lvarchar) to public;
- ",
- "f",
- "
- drop procedure SE_HDRLogReq(lvarchar);
- drop procedure SE_HDRLogReq(integer, lvarchar);
- ",
- "f"
- );
|