if (_.isString(this._prologue)) {
      if (this._prologue === 'truncate') {
        this._prologue = SqlSerializerStream.truncate
      } else {
        throw new Error(`'${this._prologue}' is not a supported prologue`)