in lib/common/utils/statementBuilder.util.ts [55:58]
public offset(count: number): StatementBuilder { this._offset = count; return this; }