pears.safetime

Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.

COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."safetime" IS 
{CREATE FUNCTION pears.safetime(IN stime CHAR(5))
RETURNS TIME
BEGIN
  DECLARE rv TIME;
  SET rv=stime;
  RETURN(rv)
exception
  WHEN others THEN
    RETURN('00:00')
END
}
  • database/procedures/pears_safetime.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1