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"."NetJSString" IS {CREATE FUNCTION pears."NetJSString"( IN "s" CHAR(255) ) RETURNS CHAR(255) BEGIN SET "s" = "replace"("s",'\\','\\\\'); SET "s" = "replace"("s",'"','\\"'); RETURN "string"('"',"s",'"') END }