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

Method IsOpen

IO/MySQL/vtkMySQLDatabase.cxx:171–174  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

169
170//------------------------------------------------------------------------------
171bool vtkMySQLDatabase::IsOpen()
172{
173 return (this->Private->Connection != nullptr);
174}
175
176//------------------------------------------------------------------------------
177vtkSQLQuery* vtkMySQLDatabase::GetQueryInstance()

Callers 11

~vtkMySQLDatabaseMethod · 0.95
OpenMethod · 0.95
CloseMethod · 0.95
GetTablesMethod · 0.95
GetRecordMethod · 0.95
CreateDatabaseMethod · 0.95
DropDatabaseMethod · 0.95
ExecuteMethod · 0.45
GetFieldTypeMethod · 0.45
NextRowMethod · 0.45
EscapeStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected