Go to the documentation of this file.
44 #ifndef vtkRowQueryToTable_h
45 #define vtkRowQueryToTable_h
47 #include "vtkIOSQLModule.h"
vtkMTimeType GetMTime()
Update the modified time based on the query.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void SetQuery(vtkRowQuery *query)
The query to execute.
vtkTypeUInt64 vtkMTimeType
executes an sql query and retrieves results into a table
Superclass for algorithms that produce only vtkTables as output.
a simple class to control print indentation
static vtkRowQueryToTable * New()
abstract interface for queries that return row-oriented results.