diff options
Diffstat (limited to 'modules/extra/sql.h')
-rw-r--r-- | modules/extra/sql.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/extra/sql.h b/modules/extra/sql.h index 2e2e1840c..03c3c7694 100644 --- a/modules/extra/sql.h +++ b/modules/extra/sql.h @@ -129,6 +129,8 @@ class SQLProvider : public Service virtual std::vector<SQLQuery> CreateTable(const Anope::string &table, const Serialize::Data &data) = 0; + virtual SQLQuery BuildInsert(const Anope::string &table, unsigned int id, const Serialize::Data &data) = 0; + virtual SQLQuery GetTables(const Anope::string &prefix) = 0; }; |