for (Object obj : args) {

pstmt.setObject(index++, obj);

}