pears.NetJSString

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

CREATE FUNCTION "pears"."NetJSString"( IN "s" CHAR(255) ) 
RETURNS CHAR(255)
BEGIN
  SET "s" = "replace"("s",'\\','\\\\');
  SET "s" = "replace"("s",'"','\\"');
  RETURN "string"('"',"s",'"')
END
  • database/functions/pears_netjsstring.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1