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

Method GetNumberOfTables

IO/SQL/vtkSQLDatabaseSchema.cxx:750–753  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

748
749//------------------------------------------------------------------------------
750int vtkSQLDatabaseSchema::GetNumberOfTables()
751{
752 return static_cast<int>(this->Internals->Tables.size());
753}
754
755//------------------------------------------------------------------------------
756int vtkSQLDatabaseSchema::GetNumberOfColumnsInTable(int tblHandle)

Callers 15

AddColumnToIndexMethod · 0.95
AddColumnToTableMethod · 0.95
AddIndexToTableMethod · 0.95
AddTriggerToTableMethod · 0.95
AddOptionToTableMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by 15

TestMySQLDatabaseFunction · 0.36
TestSQLiteDatabaseFunction · 0.36
TestPostgreSQLDatabaseFunction · 0.36
TestMethod · 0.36
TestMethod · 0.36
TestMethod · 0.36
testStatsOutputFunction · 0.36
TestPCAPartFunction · 0.36
TestOrderStatisticsFunction · 0.36