SQLHeavy.CommonFunction
Description:
Content:
Functions:
-
public static
Value? regex (Context ctx, ValueArray args) throws Error
Implementation of a REGEXP function using GRegex
-
public static
Value? md5 (Context ctx, ValueArray args) throws Error
Implementation of a MD5 function using GChecksum
-
public static
Value? sha1 (Context ctx, ValueArray args) throws Error
Implementation of a SHA-1 function using GChecksum
-
public static
Value? sha256 (Context ctx, ValueArray args) throws Error
Implementation of a SHA-256 function using GChecksum
-
public static
Value? compress (Context ctx, ValueArray args) throws Error
Implementation of a ZLib COMPRESS function
-
public static
Value? decompress (Context ctx, ValueArray args) throws Error
Implementation of a ZLib DECOMPRESS function