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

Method IsOpen

IO/SQL/vtkSQLiteDatabase.cxx:335–338  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

333
334//------------------------------------------------------------------------------
335bool vtkSQLiteDatabase::IsOpen()
336{
337 return (this->Internal->SQLiteInstance != nullptr);
338}
339
340//------------------------------------------------------------------------------
341vtkSQLQuery* vtkSQLiteDatabase::GetQueryInstance()

Callers 7

~vtkSQLiteDatabaseMethod · 0.95
OpenMethod · 0.95
EffectSchemaMethod · 0.45
SetDatabaseMethod · 0.45
SetDatabaseMethod · 0.45
SetTableNameMethod · 0.45
CheckIfTableExistsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected