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

Method Open

IO/SQL/vtkSQLiteDatabase.cxx:237–240  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

235
236//------------------------------------------------------------------------------
237bool vtkSQLiteDatabase::Open(const char* password)
238{
239 return this->Open(password, USE_EXISTING);
240}
241
242//------------------------------------------------------------------------------
243bool vtkSQLiteDatabase::Open(const char* password, int mode)

Callers 5

RequestDataMethod · 0.45
RequestDataMethod · 0.45
TestSQLiteDatabaseFunction · 0.45
TestSQLiteTableReadWriteFunction · 0.45
TestSQLGraphReaderFunction · 0.45

Calls 4

IsOpenMethod · 0.95
is_openMethod · 0.80
openMethod · 0.45
closeMethod · 0.45

Tested by 3

TestSQLiteDatabaseFunction · 0.36
TestSQLiteTableReadWriteFunction · 0.36
TestSQLGraphReaderFunction · 0.36