27 #ifndef vtkQtSQLQuery_h
28 #define vtkQtSQLQuery_h
32 #if (QT_EDITION & QT_MODULE_SQL)
34 #include "vtkGUISupportQtSQLModule.h"
39 class vtkQtSQLQueryInternals;
78 vtkQtSQLQueryInternals* Internals;
84 vtkSetStringMacro(LastErrorText);
92 #endif // (QT_EDITION & QT_MODULE_SQL)
93 #endif // vtkQtSQLQuery_h
virtual const char * GetFieldName(int i)=0
void PrintSelf(ostream &os, vtkIndent indent)
A atomic type representing the union of many types.
virtual bool HasError()=0
query class associated with vtkQtSQLDatabase
a simple class to control print indentation
virtual int GetNumberOfFields()=0
virtual int GetFieldType(int i)=0
virtual vtkVariant DataValue(vtkIdType c)=0
executes an sql query and retrieves results
virtual const char * GetLastErrorText()=0
maintains a connection to an sql database