44 #ifndef vtkRowQueryToTable_h 
   45 #define vtkRowQueryToTable_h 
   47 #include "vtkIOSQLModule.h"  
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses. 
 
static vtkTableAlgorithm * New()
 
abstract interface for queries that return row-oriented results. 
 
vtkTypeUInt64 vtkMTimeType
 
a simple class to control print indentation 
 
virtual vtkMTimeType GetMTime()
Return this object's modified time. 
 
executes an sql query and retrieves results into a table 
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass. 
 
Superclass for algorithms that produce only vtkTables as output.