EasyQtSql
Easy SQL data access helper for QtSql
|
QSqlQuery wrapper for INSERT INTO table query execution. More...
#include <EasyQtSql.h>
Public Member Functions | |
InsertQuery (const QString &table, const QSqlDatabase &db) | |
InsertQuery & | values (const QVariant &t) |
Adds list of insert-values to INSERT INTO table(...) VALUES ... query. More... | |
template<typename... Rest> | |
InsertQuery & | values (const QVariant &first, const Rest &... rest) |
NonQueryResult | exec () |
Executes prepared InsertQuery with insert values list. More... | |
QSqlQuery wrapper for INSERT INTO table query execution.
|
inline |
|
inline |
Executes prepared InsertQuery with insert values list.
|
inline |
|
inline |