Changeset 769 for trunk/src/sql/kernel/qsqlquery.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/sql/kernel/qsqlquery.cpp
r651 r769 823 823 the result set. 824 824 825 826 827 825 828 \sa isForwardOnly(), next(), seek(), QSqlResult::setForwardOnly() 826 829 */ … … 1000 1003 paramType is QSql::Out or QSql::InOut, the placeholder will be 1001 1004 overwritten with data from the database after the exec() call. 1005 1006