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