11 #ifndef vtkDatabaseToTableReader_h
12 #define vtkDatabaseToTableReader_h
14 #include "vtkIOSQLModule.h"
18 VTK_ABI_NAMESPACE_BEGIN
37 bool SetTableName(
const char*
name);
42 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()