Used to return an escaped value of an expression if it happens to be a sql keyword
- expression (String)
- The expression to evaluate.
If the expression is a sql key word it's returned prefixed with a backtick(`), otherwise the original expression is returned.