objects_hdr.sql 885 B

12345678910111213141516171819202122232425262728293031323334353637
  1. -- Generated by BladeSmith 3.60.TC2 DO NOT MODIFY. --
  2. execute procedure ifx_allow_newline('t');
  3. insert into sysbldobjects
  4. (bld_id, obj_kind, obj_signature, obj_owner, sequence, create_sql,
  5. create_can_fail, drop_sql, drop_can_fail)
  6. values
  7. (
  8. "%SYSBLDNAME%", 0, "hdrlog.%SYSBLDDIR%",
  9. "%SYSBLDUSER%", 0,
  10. "
  11. create procedure SE_HDRLogReq(lvarchar)
  12. with (not variant)
  13. external name
  14. '$INFORMIXDIR/extend/%SYSBLDDIR%/spatial_hdr.bld(SE_HDRLogReq)'
  15. language c;
  16. grant execute on procedure SE_HDRLogReq(lvarchar) to public;
  17. create procedure SE_HDRLogReq(integer, lvarchar)
  18. with (not variant)
  19. external name
  20. '$INFORMIXDIR/extend/%SYSBLDDIR%/spatial_hdr.bld(SE_HDRLogReq2)'
  21. language c;
  22. grant execute on procedure SE_HDRLogReq(integer, lvarchar) to public;
  23. ",
  24. "f",
  25. "
  26. drop procedure SE_HDRLogReq(lvarchar);
  27. drop procedure SE_HDRLogReq(integer, lvarchar);
  28. ",
  29. "f"
  30. );