Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ ~vtkSQLQuery
Method
~vtkSQLQuery
IO/SQL/vtkSQLQuery.cxx:20–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
vtkSQLQuery::~vtkSQLQuery()
21
{
22
this->SetQuery(nullptr);
23
if (this->Database)
24
{
25
this->Database->Delete();
26
this->Database = nullptr;
27
}
28
}
29
30
vtkCxxSetObjectMacro(vtkSQLQuery, Database, vtkSQLDatabase);
31
Callers
nothing calls this directly
Calls
2
SetQuery
Method · 0.95
Delete
Method · 0.65
Tested by
no test coverage detected