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

Method SetTableName

IO/SQL/vtkTableToDatabaseWriter.cxx:52–61  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

50
51//------------------------------------------------------------------------------
52bool vtkTableToDatabaseWriter::SetTableName(const char* name)
53{
54 std::string nameStr = name;
55 this->TableName = nameStr;
56 if (this->Database != nullptr)
57 {
58 return this->TableNameIsNew();
59 }
60 return true;
61}
62
63//------------------------------------------------------------------------------
64bool vtkTableToDatabaseWriter::TableNameIsNew()

Callers 3

TestMySQLTableReadWriteFunction · 0.45
TestSQLiteTableReadWriteFunction · 0.45

Calls 1

TableNameIsNewMethod · 0.95

Tested by 3

TestMySQLTableReadWriteFunction · 0.36
TestSQLiteTableReadWriteFunction · 0.36