23 #ifndef vtkDatabaseToTableReader_h 
   24 #define vtkDatabaseToTableReader_h 
   26 #include "vtkIOSQLModule.h"  
   48   bool SetTableName(
const char *
name);
 
   53   bool CheckIfTableExists();
 
vtkSQLDatabase * Database
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses. 
 
a vtkAbstractArray subclass for strings 
 
Read an SQL table as a vtkTable. 
 
maintain a connection to an sql database 
 
a simple class to control print indentation 
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass. 
 
Superclass for algorithms that produce only vtkTables as output. 
 
vtkSQLDatabase * GetDatabase()