QueryFragment
Simple container for an SQL query fragment and its parameters.
Serves as a data carrier that safely combines SQL with values, preventing SQL Injection. Does not impose any query building style. This is essentially a (String, Map) pair.