====== pears.NetJSString ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create function "pears"."NetJSString"( in "s" char(255) ) returns char(255) begin set "s" = "replace"("s",'\\','\\\\'); set "s" = "replace"("s",'"','\\"'); return "string"('"',"s",'"') end