/ ReadDB: Get next document from a collection. */ /
| 360 | /* ReadDB: Get next document from a collection. */ |
| 361 | /***********************************************************************/ |
| 362 | int TDBCMG::ReadDB(PGLOBAL g) |
| 363 | { |
| 364 | return Cmgp->ReadNext(g); |
| 365 | } // end of ReadDB |
| 366 | |
| 367 | /***********************************************************************/ |
| 368 | /* WriteDB: Data Base write routine for MGO access method. */ |