$$ContentRatingAttrsTableProcessedTableManager typedef

Implementation

typedef $$ContentRatingAttrsTableProcessedTableManager =
    ProcessedTableManager<
      _$CatalogDatabase,
      $ContentRatingAttrsTable,
      ContentRatingAttrRow,
      $$ContentRatingAttrsTableFilterComposer,
      $$ContentRatingAttrsTableOrderingComposer,
      $$ContentRatingAttrsTableAnnotationComposer,
      $$ContentRatingAttrsTableCreateCompanionBuilder,
      $$ContentRatingAttrsTableUpdateCompanionBuilder,
      (
        ContentRatingAttrRow,
        BaseReferences<
          _$CatalogDatabase,
          $ContentRatingAttrsTable,
          ContentRatingAttrRow
        >,
      ),
      ContentRatingAttrRow,
      PrefetchHooks Function()
    >;