Skip to content

Commit

Permalink
Update DatabaseAdapter.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdekker authored Feb 8, 2017
1 parent eb795f7 commit 3fd87b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DatabaseAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class DatabaseAdapter {
void execQueryOnly(string query);
void execUpdateOnly(string query);
void updateCurrent(string order);
void updateMessage(string message);
sql::ResultSet* exec(sql::Statement*, string query);
void execPrepStmtOnly(sql::PreparedStatement*);
string doPrint();
Expand Down

0 comments on commit 3fd87b8

Please sign in to comment.