magisu
for (col in TABLE_COLUMNS) { sqlColumnList.add("${col.colName} = ?") sqlSetCommandList.add(col.insertCommand, col.index, values[col.index]) }