summaryrefslogtreecommitdiff
path: root/mg_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'mg_db.h')
-rw-r--r--mg_db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mg_db.h b/mg_db.h
index d613ca9..0b5a051 100644
--- a/mg_db.h
+++ b/mg_db.h
@@ -141,8 +141,10 @@ public:
strlist clauses;
mgParts& operator+=(mgParts a);
void Prepare();
+ void ConnectAllTables();
string sql_count();
string sql_select(bool distinct);
+ string sql_selectitems();
bool empty() const { return tables.size()==0;}
string special_statement;
bool orderByCount;