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

Function AddOptionToTable

IO/SQL/vtkSQLDatabaseSchema.h:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 virtual int AddOptionToTable(
192 int tblHandle, const char* optText, const char* optBackend = VTK_SQL_ALLBACKENDS);
193 virtual int AddOptionToTable(
194 const char* tblName, const char* optStr, const char* optBackend = VTK_SQL_ALLBACKENDS)
195 {
196 return this->AddOptionToTable(this->GetTableHandleFromName(tblName), optStr, optBackend);
197 }
198 ///@}
199
200 /**

Callers

nothing calls this directly

Calls 2

AddOptionToTableMethod · 0.80

Tested by

no test coverage detected