format Values For Query

private open fun formatValuesForQuery(start: String, values: List<out Any>, formatter: String, isToClose: Boolean): String

Method to format a list of values for the query

Return

the list of values formatted as String

Parameters

start

: the starter character

values

: the values to format

formatter

: the character to use as formatter, if null will be used the values of the list as formatter

isToClose

: whether the part formatted is to close with the CLOSED_ROUND_BRACKET character