in lib/common/utils/statementBuilder.util.ts [70:74]
public removeLimitAndOffset(): StatementBuilder { this._offset = undefined; this._limit = undefined; return this; }