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

Function AddIndexToTable

IO/SQL/vtkSQLDatabaseSchema.h:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 */
140 virtual int AddIndexToTable(int tblHandle, int idxType, const char* idxName);
141 virtual int AddIndexToTable(const char* tblName, int idxType, const char* idxName)
142 {
143 return this->AddIndexToTable(this->GetTableHandleFromName(tblName), idxType, idxName);
144 }
145 ///@}
146
147 ///@{

Callers

nothing calls this directly

Calls 2

AddIndexToTableMethod · 0.80

Tested by

no test coverage detected