55 vtkSetMacro(SQLStatement,
const std::string &);
56 vtkGetMacro(SQLStatement, std::string);
58 vtkSetMacro(ExcludeColumnsWithRegexp,
bool);
59 vtkGetMacro(ExcludeColumnsWithRegexp,
bool);
61 vtkSetMacro(RegexpString,
const std::string &);
62 vtkGetMacro(RegexpString, std::string);
72 vtkInformationVector **inputVector,
73 vtkInformationVector *outputVector)
override;
76 std::string SQLStatement{
"SELECT * FROM InputTable0"};
77 bool ExcludeColumnsWithRegexp{
false};
78 std::string RegexpString{
".*"};