PIQtUtils lang fix
This commit is contained in:
@@ -46,6 +46,8 @@ public:
|
||||
|
||||
QSqlQuery & query() { return q; }
|
||||
|
||||
bool exec() { return q.exec(); }
|
||||
|
||||
static Result exec(QString query_, QVariantMap params = QVariantMap(), QSqlDatabase db = QSqlDatabase());
|
||||
|
||||
/// INSERT INTO <table> (<values.keys>) VALUES (<values.values>)
|
||||
|
||||
Reference in New Issue
Block a user