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

Function AddColumnToIndex

IO/SQL/vtkSQLDatabaseSchema.h:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 */
153 virtual int AddColumnToIndex(int tblHandle, int idxHandle, int colHandle);
154 virtual int AddColumnToIndex(const char* tblName, const char* idxName, const char* colName)
155 {
156 int tblHandle = this->GetTableHandleFromName(tblName);
157 return this->AddColumnToIndex(tblHandle, this->GetIndexHandleFromName(tblName, idxName),
158 this->GetColumnHandleFromName(tblName, colName));
159 }
160 ///@}
161
162 ///@{

Callers

nothing calls this directly

Calls 4

AddColumnToIndexMethod · 0.80

Tested by

no test coverage detected