![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
query | setForwardOnly (true) |
query | exec ("SELECT * FROM table") |
while (query.next()) |
Variables | |
QSqlQuery | query |
[36] | |
QVariant | v |
query exec | ( | "SELECT * FROM table" | ) |
query setForwardOnly | ( | true | ) |
while | ( | query. | next() | ) |
Definition at line 8 of file doc_src_sql-driver_snippet.cpp.
[36]
Definition at line 4 of file doc_src_sql-driver_snippet.cpp.
Definition at line 5 of file doc_src_sql-driver_snippet.cpp.