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

Method Clear

storage/connect/json.cpp:1533–1541  ·  view source on GitHub ↗

/ Set or reset all Jvalue members. */ /

Source from the content-addressed store, hash-verified

1531/* Set or reset all Jvalue members. */
1532/***********************************************************************/
1533void JVALUE::Clear(void)
1534{
1535 Jsp = NULL;
1536 Next = NULL;
1537 Type = TYPE_JVAL;
1538 Del = false;
1539 Nd = 0;
1540 DataType = TYPE_NULL;
1541} // end of Clear
1542
1543/***********************************************************************/
1544/* Returns the type of the Value's value. */

Callers 5

WriteDBMethod · 0.45
WriteDBMethod · 0.45
resetMethod · 0.45
commitMethod · 0.45
get_tablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected