Improved error reporting
This commit is contained in:
parent
6cf7b52453
commit
457b09f15c
12 changed files with 110 additions and 94 deletions
|
|
@ -25,10 +25,10 @@ namespace Pgsql {
|
|||
Result query(const QString &command);
|
||||
Result queryParam(const char * command, const Params ¶ms);
|
||||
Result queryParam(const QString &command, const Params ¶ms);
|
||||
bool sendQuery(const char * query);
|
||||
bool sendQuery(const std::string &command);
|
||||
bool sendQuery(const QString &command);
|
||||
bool sendQueryParams(const char * command, const Params ¶ms);
|
||||
void sendQuery(const char * query);
|
||||
void sendQuery(const std::string &command);
|
||||
void sendQuery(const QString &command);
|
||||
void sendQueryParams(const char * command, const Params ¶ms);
|
||||
std::shared_ptr<Result> getResult();
|
||||
bool consumeInput();
|
||||
bool isBusy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue