------------------------------------------------------------------------------
| 304 | |
| 305 | //------------------------------------------------------------------------------ |
| 306 | bool vtkPostgreSQLDatabase::IsOpen() |
| 307 | { |
| 308 | return (this->Connection != nullptr && this->Connection->Connection != nullptr && |
| 309 | PQstatus(this->Connection->Connection) == CONNECTION_OK); |
| 310 | } |
| 311 | |
| 312 | //------------------------------------------------------------------------------ |
| 313 | vtkSQLQuery* vtkPostgreSQLDatabase::GetQueryInstance() |
no outgoing calls
no test coverage detected