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

Function AddColumnToTable

IO/SQL/vtkSQLDatabaseSchema.h:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 virtual int AddColumnToTable(
125 int tblHandle, int colType, const char* colName, int colSize, const char* colOpts);
126 virtual int AddColumnToTable(
127 const char* tblName, int colType, const char* colName, int colSize, const char* colAttribs)
128 {
129 return this->AddColumnToTable(
130 this->GetTableHandleFromName(tblName), colType, colName, colSize, colAttribs);
131 }
132 ///@}
133
134 ///@{

Callers

nothing calls this directly

Calls 2

AddColumnToTableMethod · 0.80

Tested by

no test coverage detected