Q3SqlRecordInfo Class ReferenceThe Q3SqlRecordInfo class encapsulates a set of database field meta data. More... #include <Q3SqlRecordInfo> This class is part of the Qt 3 support library. It is provided to keep old source code working. We strongly advise against using it in new code. See Porting to Qt 4 for more information. Public Functions
Detailed DescriptionThe Q3SqlRecordInfo class encapsulates a set of database field meta data. This class is a list that holds a set of database field meta data. Use contains() to see if a given field name exists in the record, and use find() to get a QSqlFieldInfo record for a named field. See also Q3SqlFieldInfo. Member Function Documentation
|