52 vtkSetMacro(SQLStatement,
const std::string &);
53 vtkGetMacro(SQLStatement, std::string);
55 vtkSetMacro(ExcludeColumnsWithRegexp,
bool);
56 vtkGetMacro(ExcludeColumnsWithRegexp,
bool);
58 vtkSetMacro(RegexpString,
const std::string &);
59 vtkGetMacro(RegexpString, std::string);
69 vtkInformationVector **inputVector,
70 vtkInformationVector *outputVector)
override;
73 std::string SQLStatement{
"SELECT * FROM InputTable0"};
74 bool ExcludeColumnsWithRegexp{
false};
75 std::string RegexpString{
".*"};