The QSqlRecordInfo class encapsulates a set of database field meta data.
.PP
This class is a QValueList 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.
.PP
See also QValueList, QSqlFieldInfo, and Database Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QSqlRecordInfo::QSqlRecordInfo ()"
Constructs an empty record info object
.SH "QSqlRecordInfo::QSqlRecordInfo ( const QSqlFieldInfoList & other )"
Constructs a copy of \fIother\fR.
.SH "QSqlRecordInfo::QSqlRecordInfo ( const QSqlRecord & other )"
Constructs a QSqlRecordInfo object based on the fields in the QSqlRecord \fIother\fR.
Returns a QSqlFieldInfo object for the first field in the record which has the field name \fIfieldName\fR. If no matching field is found then an empty QSqlFieldInfo object is returned.