VTK  9.3.1
vtkMySQLToTableReader.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
14 #ifndef vtkMySQLToTableReader_h
15 #define vtkMySQLToTableReader_h
16 
18 #include "vtkIOMySQLModule.h" // For export macro
19 
20 VTK_ABI_NAMESPACE_BEGIN
21 class vtkMySQLDatabase;
22 
23 class VTKIOMYSQL_EXPORT vtkMySQLToTableReader : public vtkDatabaseToTableReader
24 {
25 public:
26  static vtkMySQLToTableReader* New();
28  void PrintSelf(ostream& os, vtkIndent indent) override;
29 
30 protected:
32  ~vtkMySQLToTableReader() override;
34 
35 private:
37  void operator=(const vtkMySQLToTableReader&) = delete;
38 };
39 
40 VTK_ABI_NAMESPACE_END
41 #endif
static vtkTableAlgorithm * New()
Store vtkAlgorithm input/output information.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override=0
This is called by the superclass.
Read a MySQL table as a vtkTable.
maintain a connection to a MySQL database
Read an SQL table as a vtkTable.
a simple class to control print indentation
Definition: vtkIndent.h:28
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Store zero or more vtkInformation instances.