23 #ifndef vtkDatabaseToTableReader_h
24 #define vtkDatabaseToTableReader_h
26 #include "vtkIOSQLModule.h"
48 bool SetTableName(
const char *
name);
53 bool CheckIfTableExists();
61 vtkInformationVector *) VTK_OVERRIDE = 0;
64 std::
string TableName;
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
Superclass for algorithms that produce only vtkTables as output.
vtkSQLDatabase * GetDatabase()