MCPcopy Create free account
hub / github.com/MariaDB/server / WriteDB

Method WriteDB

storage/connect/tabjson.cpp:1275–1282  ·  view source on GitHub ↗

/ WriteDB: Data Base write routine for JSON access method. */ /

Source from the content-addressed store, hash-verified

1273/* WriteDB: Data Base write routine for JSON access method. */
1274/***********************************************************************/
1275int 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. */

Callers

nothing calls this directly

Calls 4

PlugSubSetFunction · 0.85
ClearMethod · 0.45
AddArrayValueMethod · 0.45
SetArrayValueMethod · 0.45

Tested by

no test coverage detected