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