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

Method GetLastErrorText

IO/PostgreSQL/vtkPostgreSQLQuery.cxx:383–390  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

381
382//------------------------------------------------------------------------------
383const char* vtkPostgreSQLQuery::GetLastErrorText()
384{
385 if (!this->Database)
386 {
387 return "No database";
388 }
389 return this->LastErrorText;
390}
391
392//------------------------------------------------------------------------------
393

Callers 6

ExecuteMethod · 0.95
BeginTransactionMethod · 0.95
CommitTransactionMethod · 0.95
RollbackTransactionMethod · 0.95
TestPostgreSQLDatabaseFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestPostgreSQLDatabaseFunction · 0.36