23#ifndef vtkDatabaseToTableReader_h
24#define vtkDatabaseToTableReader_h
26#include "vtkIOSQLModule.h"
Read an SQL table as a vtkTable.
vtkDatabaseToTableReader()
bool CheckIfTableExists()
Check if the currently specified table name exists in the database.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
bool SetTableName(const char *name)
Set the name of the table that you'd like to convert to a vtkTable Returns false if the specified tab...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override=0
This is called by the superclass.
~vtkDatabaseToTableReader() override
vtkSQLDatabase * GetDatabase()
bool SetDatabase(vtkSQLDatabase *db)
Set the database associated with this reader.
vtkSQLDatabase * Database
a simple class to control print indentation
maintain a connection to an sql database
a vtkAbstractArray subclass for strings
Superclass for algorithms that produce only vtkTables as output.