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