/** @see railo.runtime.type.QueryColumn#cutRowsTo(int) */
 public void cutRowsTo(int maxrows) {
   disconnectCache();
   column.cutRowsTo(maxrows);
 }