From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/qsqlrecordinfo.html | 101 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 doc/html/qsqlrecordinfo.html (limited to 'doc/html/qsqlrecordinfo.html') diff --git a/doc/html/qsqlrecordinfo.html b/doc/html/qsqlrecordinfo.html new file mode 100644 index 000000000..ee2c7c354 --- /dev/null +++ b/doc/html/qsqlrecordinfo.html @@ -0,0 +1,101 @@ + + + + + +TQSqlRecordInfo Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQSqlRecordInfo Class Reference
[sql module]

+ +

The TQSqlRecordInfo class encapsulates a set of database field meta data. +More... +

#include <qsqlrecord.h> +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The TQSqlRecordInfo class encapsulates a set of database field meta data. +

+ +

This class is a TQValueList 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 TQSqlFieldInfo record for a named +field. +

See also TQValueList, TQSqlFieldInfo, and Database Classes. + +


Member Function Documentation

+

TQSqlRecordInfo::TQSqlRecordInfo () +

+ +

Constructs an empty record info object + +

TQSqlRecordInfo::TQSqlRecordInfo ( const TQSqlFieldInfoList & other ) +

+ +

Constructs a copy of other. + +

TQSqlRecordInfo::TQSqlRecordInfo ( const TQSqlRecord & other ) +

+Constructs a TQSqlRecordInfo object based on the fields in the +TQSqlRecord other. + +

size_type TQSqlRecordInfo::contains ( const TQString & fieldName ) const +

+Returns the number of times a field called fieldName occurs in +the record. Returns 0 if no field by that name could be found. + +

TQSqlFieldInfo TQSqlRecordInfo::find ( const TQString & fieldName ) const +

+Returns a TQSqlFieldInfo object for the first field in the record +which has the field name fieldName. If no matching field is +found then an empty TQSqlFieldInfo object is returned. + +

TQSqlRecord TQSqlRecordInfo::toRecord () const +

+Returns an empty TQSqlRecord based on the field information +in this TQSqlRecordInfo. + + +

+This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1