------------------------------------------------------------------------------
| 736 | |
| 737 | //------------------------------------------------------------------------------ |
| 738 | void vtkSQLDatabaseSchema::Reset() |
| 739 | { |
| 740 | this->Internals->Tables.clear(); |
| 741 | } |
| 742 | |
| 743 | //------------------------------------------------------------------------------ |
| 744 | int vtkSQLDatabaseSchema::GetNumberOfPreambles() |