VTK  9.4.20241226
vtkPostgreSQLToTableReader.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 vtkPostgreSQLToTableReader_h
15#define vtkPostgreSQLToTableReader_h
16
18#include "vtkIOPostgreSQLModule.h" // For export macro
19
20VTK_ABI_NAMESPACE_BEGIN
22
23class VTKIOPOSTGRESQL_EXPORT vtkPostgreSQLToTableReader : public vtkDatabaseToTableReader
24{
25public:
28 void PrintSelf(ostream& os, vtkIndent indent) override;
29
30protected:
34
35private:
37 void operator=(const vtkPostgreSQLToTableReader&) = delete;
38};
39
40VTK_ABI_NAMESPACE_END
41#endif
Read an SQL table as a vtkTable.
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
maintain a connection to a PostgreSQL database
Read a PostgreSQL table as a vtkTable.
~vtkPostgreSQLToTableReader() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPostgreSQLToTableReader * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.