27 #ifndef vtkQtSQLQuery_h
28 #define vtkQtSQLQuery_h
32 #if (QT_EDITION & QT_MODULE_SQL)
38 class vtkQtSQLQueryInternals;
77 vtkQtSQLQueryInternals* Internals;
83 vtkSetStringMacro(LastErrorText);
91 #endif // (QT_EDITION & QT_MODULE_SQL)
92 #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
#define VTKGUISUPPORTQTSQL_EXPORT
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