Concatenates key value pairs of a Map into a combined String,
separating each key from its value by a key-value delimeter
and each key-value pair by pair delimeter
while optionally applying the database.format function to each key/value
Concatenates key value pairs of a Map.Entry iterator into a combined String,
separating each key from its value by a key-value delimeter
and each key-value pair by pair delimeter
while optionally applying the database.format function to each key/value
Concatenates key value pairs of a Map into a combined String
representing the pairs as independent column conditions for a database query,
applying the database.format function to each value
indicates whether automatic reconnection and requerying is attempted
when a broken connection is discovered after an informative (SELECT) query
if this is set to false, a ConnectionBrokenSQLException is thrown instead
indicates whether automatic reconnection and requerying is attempted
when a broken connection is discovered after an update (INSERT, UPDATE) query
if this is set to false, a ConnectionBrokenSQLException is thrown instead