23#ifndef vtkTableToDatabaseWriter_h
24#define vtkTableToDatabaseWriter_h
26#include "vtkIOSQLModule.h"
a simple class to control print indentation
maintain a connection to an sql database
a vtkAbstractArray subclass for strings
void WriteData() override=0
bool SetTableName(const char *name)
Set the name of the new SQL table that you'd this writer to create.
vtkTable * GetInput()
Get the input to this writer.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkTableToDatabaseWriter()
vtkSQLDatabase * GetDatabase()
~vtkTableToDatabaseWriter() override
bool TableNameIsNew()
Check if the currently specified table name exists in the database.
bool SetDatabase(vtkSQLDatabase *db)
Set the database.
vtkSQLDatabase * Database
vtkTable * GetInput(int port)
Get the input to this writer.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A table, which contains similar-typed columns of data.
abstract class to write data to file(s)