outputStageIndirectPost property
$$RealizeExtinctRegardPostTableFilterComposer
get
outputStageIndirectPost
Implementation
i5.$$RealizeExtinctRegardPostTableFilterComposer get outputStageIndirectPost {
final i5.$$RealizeExtinctRegardPostTableFilterComposer composer =
$composerBuilder(
composer: this,
getCurrentColumn: (t) => t.outputStageIndirectPost,
referencedTable: i4.ReadDatabaseContainer($db)
.resultSet<i5.$RealizeExtinctRegardPostTable>(
'realize_extinct_regard_post'),
getReferencedColumn: (t) => t.trivialNeedlePitchId,
builder: (joinBuilder,
{$addJoinBuilderToRootComposer,
$removeJoinBuilderFromRootComposer}) =>
i5.$$RealizeExtinctRegardPostTableFilterComposer(
$db: $db,
$table: i4.ReadDatabaseContainer($db)
.resultSet<i5.$RealizeExtinctRegardPostTable>(
'realize_extinct_regard_post'),
$addJoinBuilderToRootComposer: $addJoinBuilderToRootComposer,
joinBuilder: joinBuilder,
$removeJoinBuilderFromRootComposer:
$removeJoinBuilderFromRootComposer,
));
return composer;
}