private int getColumnStartIndex(final String name) {
   return columnDefinitions.getStartIndex(name);
 }