limit method

void limit(
  1. int n
)

Limit the number of rows to return.

Implementation

void limit(int n) {
  _limit = n;
}