Added `sqlfunc` module:
- `sqlfunc` module provides a collection of classes to represent the MySQL functions. Each class corresponds to a distinct MySQL function (e.g., TO_DAYS, MD5, etc.), and all of them derive from a common base class `<'SQLFunction'>`.
- The function classes in this module are more like a wrapper for the function values so the 'escape()' method in the 'sqlcycli' package can handle them correctly.