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

Method GetNumberOfPreambles

IO/SQL/vtkSQLDatabaseSchema.cxx:744–747  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

742
743//------------------------------------------------------------------------------
744int vtkSQLDatabaseSchema::GetNumberOfPreambles()
745{
746 return static_cast<int>(this->Internals->Preambles.size());
747}
748
749//------------------------------------------------------------------------------
750int vtkSQLDatabaseSchema::GetNumberOfTables()

Callers 5

EffectSchemaMethod · 0.80
TestSQLDatabaseSchemaFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TestSQLDatabaseSchemaFunction · 0.64