/ WriteDB: Data Base write routine for MGO access method. */ /
| 368 | /* WriteDB: Data Base write routine for MGO access method. */ |
| 369 | /***********************************************************************/ |
| 370 | int TDBCMG::WriteDB(PGLOBAL g) |
| 371 | { |
| 372 | return Cmgp->Write(g); |
| 373 | } // end of WriteDB |
| 374 | |
| 375 | /***********************************************************************/ |
| 376 | /* Data Base delete line routine for MGO access method. */ |