added to Model: virtual bool db_query(const char ** raw_sql, size_t len);
This commit is contained in:
@@ -351,6 +351,7 @@ protected:
|
||||
virtual bool db_query(const char * raw_sql);
|
||||
virtual bool db_query(const std::string & raw_sql);
|
||||
virtual bool db_query(const pt::TextStream & raw_sql);
|
||||
virtual bool db_query(const char ** raw_sql, size_t len);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user