private int getColumnIndex(final String name) {
   return columnDefinitions.getIndex(name);
 }