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