The 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.
Q3SqlRecordInfo () | |
Q3SqlRecordInfo ( const Q3SqlFieldInfoList & other ) | |
Q3SqlRecordInfo ( const QSqlRecord & other ) | |
size_type | contains ( const QString & fieldName ) const |
Q3SqlFieldInfo | find ( const QString & fieldName ) const |
QSqlRecord | toRecord () const |
The 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.
Constructs an empty record info object.
Constructs a copy of other.
Constructs a copy of other.
Returns the number of times a field called fieldName occurs in the record. Returns 0 if no field by that name could be found.
Returns a QSqlFieldInfo object for the first field in the record which has the field name fieldName. If no matching field is found then an empty QSqlFieldInfo object is returned.
Returns an empty QSqlRecord based on the field information in this Q3SqlRecordInfo.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.