コード例 #1
0
ファイル: TableScan.cs プロジェクト: water160/test_dbms
 public void moveToRid(RID rid)
 {
     rf.moveToRid(rid);
 }