/ WriteDB: Data Base write routine for JSON access method. */ /
| 1273 | /* WriteDB: Data Base write routine for JSON access method. */ |
| 1274 | /***********************************************************************/ |
| 1275 | int TDBJSN::WriteDB(PGLOBAL g) |
| 1276 | { |
| 1277 | int rc = TDBDOS::WriteDB(g); |
| 1278 | |
| 1279 | PlugSubSet(G->Sarea, G->Sarea_Size); |
| 1280 | Row->Clear(); |
| 1281 | return rc; |
| 1282 | } // end of WriteDB |
| 1283 | |
| 1284 | /***********************************************************************/ |
| 1285 | /* Data Base close routine for JSON access method. */ |
nothing calls this directly
no test coverage detected