MCPcopy Create free account
hub / github.com/Kitware/VTK / GetQueryInstance

Method GetQueryInstance

IO/PostgreSQL/vtkPostgreSQLDatabase.cxx:313–318  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

311
312//------------------------------------------------------------------------------
313vtkSQLQuery* vtkPostgreSQLDatabase::GetQueryInstance()
314{
315 vtkPostgreSQLQuery* query = vtkPostgreSQLQuery::New();
316 query->SetDatabase(this);
317 return query;
318}
319
320//------------------------------------------------------------------------------
321bool vtkPostgreSQLDatabase::HasError()

Callers 10

GetTablesMethod · 0.95
GetRecordMethod · 0.95
GetDatabasesMethod · 0.95
CreateDatabaseMethod · 0.95
DropDatabaseMethod · 0.95
UpdateDataTypeMapMethod · 0.95
WriteDataMethod · 0.45
RequestDataMethod · 0.45
TestPostgreSQLDatabaseFunction · 0.45

Calls 2

NewFunction · 0.50
SetDatabaseMethod · 0.45

Tested by 2

TestPostgreSQLDatabaseFunction · 0.36