public ForeignKeyCheckerUB1(UnaryTableUpdater source, BinaryTableUpdater target) { Debug.Assert(source.store == target.store1); this.source = source; this.target = target; }
public ForeignKeyCheckerBU1(BinaryTableUpdater source, UnaryTableUpdater target) { Debug.Assert(source.store1 == target.store); this.source = source; this.target = target; }
public ForeignKeyCheckerFCU(FloatColumnUpdater source, UnaryTableUpdater target) { Debug.Assert(source.store == target.store); this.source = source; this.target = target; }
public ForeignKeyCheckerUST12(UnaryTableUpdater source, Sym12TernaryTableUpdater target) { Debug.Assert(source.store == target.store12); this.source = source; this.target = target; }
public ForeignKeyCheckerST3U(Sym12TernaryTableUpdater source, UnaryTableUpdater target) { Debug.Assert(source.store3 == target.store); this.source = source; this.target = target; }
public ForeignKeyCheckerBU2(BinaryTableUpdater source, UnaryTableUpdater target) { this.source = source; this.target = target; }