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

Function AddTriggerToTable

IO/SQL/vtkSQLDatabaseSchema.h:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 virtual int AddTriggerToTable(int tblHandle, int trgType, const char* trgName,
170 const char* trgAction, const char* trgBackend = VTK_SQL_ALLBACKENDS);
171 virtual int AddTriggerToTable(const char* tblName, int trgType, const char* trgName,
172 const char* trgAction, const char* trgBackend = VTK_SQL_ALLBACKENDS)
173 {
174 return this->AddTriggerToTable(
175 this->GetTableHandleFromName(tblName), trgType, trgName, trgAction, trgBackend);
176 }
177 ///@}
178
179 ///@{

Callers

nothing calls this directly

Calls 2

AddTriggerToTableMethod · 0.80

Tested by

no test coverage detected