offset method

void offset(
  1. int n
)

Skip a number of rows in the query.

Implementation

void offset(int n) {
  _offset = n;
}