// dart format width=80 // ignore_for_file: type=lint import 'package:drift/drift.dart' as i0; import 'package:immich_mobile/infrastructure/entities/remote_album_asset.entity.drift.dart' as i1; import 'package:immich_mobile/infrastructure/entities/remote_album_asset.entity.dart' as i2; import 'package:immich_mobile/infrastructure/entities/remote_asset.entity.drift.dart' as i3; import 'package:drift/internal/modular.dart' as i4; import 'package:immich_mobile/infrastructure/entities/remote_album.entity.drift.dart' as i5; typedef $$RemoteAlbumAssetEntityTableCreateCompanionBuilder = i1.RemoteAlbumAssetEntityCompanion Function({ required String assetId, required String albumId, }); typedef $$RemoteAlbumAssetEntityTableUpdateCompanionBuilder = i1.RemoteAlbumAssetEntityCompanion Function({ i0.Value assetId, i0.Value albumId, }); final class $$RemoteAlbumAssetEntityTableReferences extends i0.BaseReferences< i0.GeneratedDatabase, i1.$RemoteAlbumAssetEntityTable, i1.RemoteAlbumAssetEntityData> { $$RemoteAlbumAssetEntityTableReferences( super.$_db, super.$_table, super.$_typedResult); static i3.$RemoteAssetEntityTable _assetIdTable(i0.GeneratedDatabase db) => i4.ReadDatabaseContainer(db) .resultSet('remote_asset_entity') .createAlias(i0.$_aliasNameGenerator( i4.ReadDatabaseContainer(db) .resultSet( 'remote_album_asset_entity') .assetId, i4.ReadDatabaseContainer(db) .resultSet('remote_asset_entity') .id)); i3.$$RemoteAssetEntityTableProcessedTableManager get assetId { final $_column = $_itemColumn('asset_id')!; final manager = i3 .$$RemoteAssetEntityTableTableManager( $_db, i4.ReadDatabaseContainer($_db) .resultSet('remote_asset_entity')) .filter((f) => f.id.sqlEquals($_column)); final item = $_typedResult.readTableOrNull(_assetIdTable($_db)); if (item == null) return manager; return i0.ProcessedTableManager( manager.$state.copyWith(prefetchedData: [item])); } static i5.$RemoteAlbumEntityTable _albumIdTable(i0.GeneratedDatabase db) => i4.ReadDatabaseContainer(db) .resultSet('remote_album_entity') .createAlias(i0.$_aliasNameGenerator( i4.ReadDatabaseContainer(db) .resultSet( 'remote_album_asset_entity') .albumId, i4.ReadDatabaseContainer(db) .resultSet('remote_album_entity') .id)); i5.$$RemoteAlbumEntityTableProcessedTableManager get albumId { final $_column = $_itemColumn('album_id')!; final manager = i5 .$$RemoteAlbumEntityTableTableManager( $_db, i4.ReadDatabaseContainer($_db) .resultSet('remote_album_entity')) .filter((f) => f.id.sqlEquals($_column)); final item = $_typedResult.readTableOrNull(_albumIdTable($_db)); if (item == null) return manager; return i0.ProcessedTableManager( manager.$state.copyWith(prefetchedData: [item])); } } class $$RemoteAlbumAssetEntityTableFilterComposer extends i0.Composer { $$RemoteAlbumAssetEntityTableFilterComposer({ required super.$db, required super.$table, super.joinBuilder, super.$addJoinBuilderToRootComposer, super.$removeJoinBuilderFromRootComposer, }); i3.$$RemoteAssetEntityTableFilterComposer get assetId { final i3.$$RemoteAssetEntityTableFilterComposer composer = $composerBuilder( composer: this, getCurrentColumn: (t) => t.assetId, referencedTable: i4.ReadDatabaseContainer($db) .resultSet('remote_asset_entity'), getReferencedColumn: (t) => t.id, builder: (joinBuilder, {$addJoinBuilderToRootComposer, $removeJoinBuilderFromRootComposer}) => i3.$$RemoteAssetEntityTableFilterComposer( $db: $db, $table: i4.ReadDatabaseContainer($db) .resultSet('remote_asset_entity'), $addJoinBuilderToRootComposer: $addJoinBuilderToRootComposer, joinBuilder: joinBuilder, $removeJoinBuilderFromRootComposer: $removeJoinBuilderFromRootComposer, )); return composer; } i5.$$RemoteAlbumEntityTableFilterComposer get albumId { final i5.$$RemoteAlbumEntityTableFilterComposer composer = $composerBuilder( composer: this, getCurrentColumn: (t) => t.albumId, referencedTable: i4.ReadDatabaseContainer($db) .resultSet('remote_album_entity'), getReferencedColumn: (t) => t.id, builder: (joinBuilder, {$addJoinBuilderToRootComposer, $removeJoinBuilderFromRootComposer}) => i5.$$RemoteAlbumEntityTableFilterComposer( $db: $db, $table: i4.ReadDatabaseContainer($db) .resultSet('remote_album_entity'), $addJoinBuilderToRootComposer: $addJoinBuilderToRootComposer, joinBuilder: joinBuilder, $removeJoinBuilderFromRootComposer: $removeJoinBuilderFromRootComposer, )); return composer; } } class $$RemoteAlbumAssetEntityTableOrderingComposer extends i0.Composer { $$RemoteAlbumAssetEntityTableOrderingComposer({ required super.$db, required super.$table, super.joinBuilder, super.$addJoinBuilderToRootComposer, super.$removeJoinBuilderFromRootComposer, }); i3.$$RemoteAssetEntityTableOrderingComposer get assetId { final i3.$$RemoteAssetEntityTableOrderingComposer composer = $composerBuilder( composer: this, getCurrentColumn: (t) => t.assetId, referencedTable: i4.ReadDatabaseContainer($db) .resultSet('remote_asset_entity'), getReferencedColumn: (t) => t.id, builder: (joinBuilder, {$addJoinBuilderToRootComposer, $removeJoinBuilderFromRootComposer}) => i3.$$RemoteAssetEntityTableOrderingComposer( $db: $db, $table: i4.ReadDatabaseContainer($db) .resultSet( 'remote_asset_entity'), $addJoinBuilderToRootComposer: $addJoinBuilderToRootComposer, joinBuilder: joinBuilder, $removeJoinBuilderFromRootComposer: $removeJoinBuilderFromRootComposer, )); return composer; } i5.$$RemoteAlbumEntityTableOrderingComposer get albumId { final i5.$$RemoteAlbumEntityTableOrderingComposer composer = $composerBuilder( composer: this, getCurrentColumn: (t) => t.albumId, referencedTable: i4.ReadDatabaseContainer($db) .resultSet('remote_album_entity'), getReferencedColumn: (t) => t.id, builder: (joinBuilder, {$addJoinBuilderToRootComposer, $removeJoinBuilderFromRootComposer}) => i5.$$RemoteAlbumEntityTableOrderingComposer( $db: $db, $table: i4.ReadDatabaseContainer($db) .resultSet( 'remote_album_entity'), $addJoinBuilderToRootComposer: $addJoinBuilderToRootComposer, joinBuilder: joinBuilder, $removeJoinBuilderFromRootComposer: $removeJoinBuilderFromRootComposer, )); return composer; } } class $$RemoteAlbumAssetEntityTableAnnotationComposer extends i0.Composer { $$RemoteAlbumAssetEntityTableAnnotationComposer({ required super.$db, required super.$table, super.joinBuilder, super.$addJoinBuilderToRootComposer, super.$removeJoinBuilderFromRootComposer, }); i3.$$RemoteAssetEntityTableAnnotationComposer get assetId { final i3.$$RemoteAssetEntityTableAnnotationComposer composer = $composerBuilder( composer: this, getCurrentColumn: (t) => t.assetId, referencedTable: i4.ReadDatabaseContainer($db) .resultSet('remote_asset_entity'), getReferencedColumn: (t) => t.id, builder: (joinBuilder, {$addJoinBuilderToRootComposer, $removeJoinBuilderFromRootComposer}) => i3.$$RemoteAssetEntityTableAnnotationComposer( $db: $db, $table: i4.ReadDatabaseContainer($db) .resultSet( 'remote_asset_entity'), $addJoinBuilderToRootComposer: $addJoinBuilderToRootComposer, joinBuilder: joinBuilder, $removeJoinBuilderFromRootComposer: $removeJoinBuilderFromRootComposer, )); return composer; } i5.$$RemoteAlbumEntityTableAnnotationComposer get albumId { final i5.$$RemoteAlbumEntityTableAnnotationComposer composer = $composerBuilder( composer: this, getCurrentColumn: (t) => t.albumId, referencedTable: i4.ReadDatabaseContainer($db) .resultSet('remote_album_entity'), getReferencedColumn: (t) => t.id, builder: (joinBuilder, {$addJoinBuilderToRootComposer, $removeJoinBuilderFromRootComposer}) => i5.$$RemoteAlbumEntityTableAnnotationComposer( $db: $db, $table: i4.ReadDatabaseContainer($db) .resultSet( 'remote_album_entity'), $addJoinBuilderToRootComposer: $addJoinBuilderToRootComposer, joinBuilder: joinBuilder, $removeJoinBuilderFromRootComposer: $removeJoinBuilderFromRootComposer, )); return composer; } } class $$RemoteAlbumAssetEntityTableTableManager extends i0.RootTableManager< i0.GeneratedDatabase, i1.$RemoteAlbumAssetEntityTable, i1.RemoteAlbumAssetEntityData, i1.$$RemoteAlbumAssetEntityTableFilterComposer, i1.$$RemoteAlbumAssetEntityTableOrderingComposer, i1.$$RemoteAlbumAssetEntityTableAnnotationComposer, $$RemoteAlbumAssetEntityTableCreateCompanionBuilder, $$RemoteAlbumAssetEntityTableUpdateCompanionBuilder, (i1.RemoteAlbumAssetEntityData, i1.$$RemoteAlbumAssetEntityTableReferences), i1.RemoteAlbumAssetEntityData, i0.PrefetchHooks Function({bool assetId, bool albumId})> { $$RemoteAlbumAssetEntityTableTableManager( i0.GeneratedDatabase db, i1.$RemoteAlbumAssetEntityTable table) : super(i0.TableManagerState( db: db, table: table, createFilteringComposer: () => i1.$$RemoteAlbumAssetEntityTableFilterComposer( $db: db, $table: table), createOrderingComposer: () => i1.$$RemoteAlbumAssetEntityTableOrderingComposer( $db: db, $table: table), createComputedFieldComposer: () => i1.$$RemoteAlbumAssetEntityTableAnnotationComposer( $db: db, $table: table), updateCompanionCallback: ({ i0.Value assetId = const i0.Value.absent(), i0.Value albumId = const i0.Value.absent(), }) => i1.RemoteAlbumAssetEntityCompanion( assetId: assetId, albumId: albumId, ), createCompanionCallback: ({ required String assetId, required String albumId, }) => i1.RemoteAlbumAssetEntityCompanion.insert( assetId: assetId, albumId: albumId, ), withReferenceMapper: (p0) => p0 .map((e) => ( e.readTable(table), i1.$$RemoteAlbumAssetEntityTableReferences(db, table, e) )) .toList(), prefetchHooksCallback: ({assetId = false, albumId = false}) { return i0.PrefetchHooks( db: db, explicitlyWatchedTables: [], addJoins: < T extends i0.TableManagerState< dynamic, dynamic, dynamic, dynamic, dynamic, dynamic, dynamic, dynamic, dynamic, dynamic, dynamic>>(state) { if (assetId) { state = state.withJoin( currentTable: table, currentColumn: table.assetId, referencedTable: i1.$$RemoteAlbumAssetEntityTableReferences ._assetIdTable(db), referencedColumn: i1.$$RemoteAlbumAssetEntityTableReferences ._assetIdTable(db) .id, ) as T; } if (albumId) { state = state.withJoin( currentTable: table, currentColumn: table.albumId, referencedTable: i1.$$RemoteAlbumAssetEntityTableReferences ._albumIdTable(db), referencedColumn: i1.$$RemoteAlbumAssetEntityTableReferences ._albumIdTable(db) .id, ) as T; } return state; }, getPrefetchedDataCallback: (items) async { return []; }, ); }, )); } typedef $$RemoteAlbumAssetEntityTableProcessedTableManager = i0.ProcessedTableManager< i0.GeneratedDatabase, i1.$RemoteAlbumAssetEntityTable, i1.RemoteAlbumAssetEntityData, i1.$$RemoteAlbumAssetEntityTableFilterComposer, i1.$$RemoteAlbumAssetEntityTableOrderingComposer, i1.$$RemoteAlbumAssetEntityTableAnnotationComposer, $$RemoteAlbumAssetEntityTableCreateCompanionBuilder, $$RemoteAlbumAssetEntityTableUpdateCompanionBuilder, ( i1.RemoteAlbumAssetEntityData, i1.$$RemoteAlbumAssetEntityTableReferences ), i1.RemoteAlbumAssetEntityData, i0.PrefetchHooks Function({bool assetId, bool albumId})>; class $RemoteAlbumAssetEntityTable extends i2.RemoteAlbumAssetEntity with i0.TableInfo<$RemoteAlbumAssetEntityTable, i1.RemoteAlbumAssetEntityData> { @override final i0.GeneratedDatabase attachedDatabase; final String? _alias; $RemoteAlbumAssetEntityTable(this.attachedDatabase, [this._alias]); static const i0.VerificationMeta _assetIdMeta = const i0.VerificationMeta('assetId'); @override late final i0.GeneratedColumn assetId = i0.GeneratedColumn( 'asset_id', aliasedName, false, type: i0.DriftSqlType.string, requiredDuringInsert: true, defaultConstraints: i0.GeneratedColumn.constraintIsAlways( 'REFERENCES remote_asset_entity (id) ON DELETE CASCADE')); static const i0.VerificationMeta _albumIdMeta = const i0.VerificationMeta('albumId'); @override late final i0.GeneratedColumn albumId = i0.GeneratedColumn( 'album_id', aliasedName, false, type: i0.DriftSqlType.string, requiredDuringInsert: true, defaultConstraints: i0.GeneratedColumn.constraintIsAlways( 'REFERENCES remote_album_entity (id) ON DELETE CASCADE')); @override List get $columns => [assetId, albumId]; @override String get aliasedName => _alias ?? actualTableName; @override String get actualTableName => $name; static const String $name = 'remote_album_asset_entity'; @override i0.VerificationContext validateIntegrity( i0.Insertable instance, {bool isInserting = false}) { final context = i0.VerificationContext(); final data = instance.toColumns(true); if (data.containsKey('asset_id')) { context.handle(_assetIdMeta, assetId.isAcceptableOrUnknown(data['asset_id']!, _assetIdMeta)); } else if (isInserting) { context.missing(_assetIdMeta); } if (data.containsKey('album_id')) { context.handle(_albumIdMeta, albumId.isAcceptableOrUnknown(data['album_id']!, _albumIdMeta)); } else if (isInserting) { context.missing(_albumIdMeta); } return context; } @override Set get $primaryKey => {assetId, albumId}; @override i1.RemoteAlbumAssetEntityData map(Map data, {String? tablePrefix}) { final effectivePrefix = tablePrefix != null ? '$tablePrefix.' : ''; return i1.RemoteAlbumAssetEntityData( assetId: attachedDatabase.typeMapping .read(i0.DriftSqlType.string, data['${effectivePrefix}asset_id'])!, albumId: attachedDatabase.typeMapping .read(i0.DriftSqlType.string, data['${effectivePrefix}album_id'])!, ); } @override $RemoteAlbumAssetEntityTable createAlias(String alias) { return $RemoteAlbumAssetEntityTable(attachedDatabase, alias); } @override bool get withoutRowId => true; @override bool get isStrict => true; } class RemoteAlbumAssetEntityData extends i0.DataClass implements i0.Insertable { final String assetId; final String albumId; const RemoteAlbumAssetEntityData( {required this.assetId, required this.albumId}); @override Map toColumns(bool nullToAbsent) { final map = {}; map['asset_id'] = i0.Variable(assetId); map['album_id'] = i0.Variable(albumId); return map; } factory RemoteAlbumAssetEntityData.fromJson(Map json, {i0.ValueSerializer? serializer}) { serializer ??= i0.driftRuntimeOptions.defaultSerializer; return RemoteAlbumAssetEntityData( assetId: serializer.fromJson(json['assetId']), albumId: serializer.fromJson(json['albumId']), ); } @override Map toJson({i0.ValueSerializer? serializer}) { serializer ??= i0.driftRuntimeOptions.defaultSerializer; return { 'assetId': serializer.toJson(assetId), 'albumId': serializer.toJson(albumId), }; } i1.RemoteAlbumAssetEntityData copyWith({String? assetId, String? albumId}) => i1.RemoteAlbumAssetEntityData( assetId: assetId ?? this.assetId, albumId: albumId ?? this.albumId, ); RemoteAlbumAssetEntityData copyWithCompanion( i1.RemoteAlbumAssetEntityCompanion data) { return RemoteAlbumAssetEntityData( assetId: data.assetId.present ? data.assetId.value : this.assetId, albumId: data.albumId.present ? data.albumId.value : this.albumId, ); } @override String toString() { return (StringBuffer('RemoteAlbumAssetEntityData(') ..write('assetId: $assetId, ') ..write('albumId: $albumId') ..write(')')) .toString(); } @override int get hashCode => Object.hash(assetId, albumId); @override bool operator ==(Object other) => identical(this, other) || (other is i1.RemoteAlbumAssetEntityData && other.assetId == this.assetId && other.albumId == this.albumId); } class RemoteAlbumAssetEntityCompanion extends i0.UpdateCompanion { final i0.Value assetId; final i0.Value albumId; const RemoteAlbumAssetEntityCompanion({ this.assetId = const i0.Value.absent(), this.albumId = const i0.Value.absent(), }); RemoteAlbumAssetEntityCompanion.insert({ required String assetId, required String albumId, }) : assetId = i0.Value(assetId), albumId = i0.Value(albumId); static i0.Insertable custom({ i0.Expression? assetId, i0.Expression? albumId, }) { return i0.RawValuesInsertable({ if (assetId != null) 'asset_id': assetId, if (albumId != null) 'album_id': albumId, }); } i1.RemoteAlbumAssetEntityCompanion copyWith( {i0.Value? assetId, i0.Value? albumId}) { return i1.RemoteAlbumAssetEntityCompanion( assetId: assetId ?? this.assetId, albumId: albumId ?? this.albumId, ); } @override Map toColumns(bool nullToAbsent) { final map = {}; if (assetId.present) { map['asset_id'] = i0.Variable(assetId.value); } if (albumId.present) { map['album_id'] = i0.Variable(albumId.value); } return map; } @override String toString() { return (StringBuffer('RemoteAlbumAssetEntityCompanion(') ..write('assetId: $assetId, ') ..write('albumId: $albumId') ..write(')')) .toString(); } }