compileOffset method

String compileOffset(
  1. int offset
)

Compile the "offset" portion of the query.

Implementation

String compileOffset(int offset) {
  return 'OFFSET $offset';
}