ConditionParam

fun <T> ConditionParam(condition: String, vararg params: T)
fun <T> ConditionParam(condition: String, params: List<T>)