Go to the documentation of this file.
36 #ifndef vtkSQLDatabaseTableSource_h
37 #define vtkSQLDatabaseTableSource_h
39 #include "vtkIOSQLModule.h"
65 vtkSetStringMacro(PedigreeIdArrayName);
75 vtkGetMacro(GeneratePedigreeIds,
bool);
92 char* PedigreeIdArrayName;
93 bool GeneratePedigreeIds;
101 class implementation;
102 implementation*
const Implementation;
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetQuery(const vtkStdString &query)
vtkSQLDatabaseTableSource()
void SetURL(const vtkStdString &url)
Generates a vtkTable based on an SQL query.
Superclass for algorithms that produce only vtkTables as output.
a simple class to control print indentation
void SetPassword(const vtkStdString &password)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkSQLDatabaseTableSource * New()
~vtkSQLDatabaseTableSource()
Wrapper around std::string to keep symbols short.
a simple event forwarder command
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.