56#include "vtkIOSQLModule.h"
139 vtkSetMacro(CaseSensitiveFieldNames,
bool);
140 vtkGetMacro(CaseSensitiveFieldNames,
bool);
141 vtkBooleanMacro(CaseSensitiveFieldNames,
bool);
a simple class to control print indentation
abstract base class for most VTK objects
abstract interface for queries that return row-oriented results.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int GetNumberOfFields()=0
The number of fields in the query result.
virtual vtkVariant DataValue(vtkIdType c)=0
Return data in current row, field c.
virtual bool NextRow()=0
Advance row, return false if past end.
virtual const char * GetFieldName(int i)=0
Return the name of the specified query field.
virtual bool IsActive()=0
Return true if the query is active (i.e.
virtual int GetFieldType(int i)=0
Return the type of the field, using the constants defined in vtkType.h.
bool NextRow(vtkVariantArray *rowArray)
Advance row, return false if past end.
virtual bool Execute()=0
Execute the query.
bool CaseSensitiveFieldNames
int GetFieldIndex(const char *name)
Return the index of the specified query field.
virtual bool HasError()=0
Returns true if an error is set, otherwise false.
virtual const char * GetLastErrorText()=0
Get the last error text from the query.
An array holding vtkVariants.
A atomic type representing the union of many types.