|
| Query (const Module *module) |
|
| Query (const QString &connection_name, DbId db_id) |
|
| Query (const Query &other) |
|
| Query (QSqlResult *result)=delete |
|
| Query (const QString &query=QString(), const QSqlDatabase &db=QSqlDatabase())=delete |
|
Query & | operator= (const Query &other) |
|
bool | prepare (const QString &query) |
|
void | bindValue (const QString &placeholder, const QVariant &val, QSql::ParamType paramType=QSql::In) |
|
bool | exec () |
|
void | set_error (bool b) |
|
bool | has_error () const |
|
QString | get_query_string () const |
|
void | show_query () const |
|
void | show_error (const QString &err_msg) const |
|
size_t | fetched_rows () |
|