format In Clause

private open fun formatInClause(columns: Int, inValues: List<out Any>): String

Method to format the in clause for the query

Return

the in clause formatted as String

Parameters

columns

: the columns number

inValues

: the values used in the in clause to format