Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetQueryInstance
Method
GetQueryInstance
GUISupport/QtSQL/vtkQtSQLDatabase.cxx:118–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
vtkSQLQuery* vtkQtSQLDatabase::GetQueryInstance()
119
{
120
vtkQtSQLQuery* query = vtkQtSQLQuery::New();
121
query->SetDatabase(this);
122
return query;
123
}
124
125
bool vtkQtSQLDatabase::HasError()
126
{
Callers
2
GetTables
Method · 0.95
TestQtSQLDatabase
Function · 0.45
Calls
2
New
Function · 0.50
SetDatabase
Method · 0.45
Tested by
1
TestQtSQLDatabase
Function · 0.36