public int getLimit() {
   return constraint.getLimit();
 }
 public int getOffset() {
   return constraint.getOffset();
 }