1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-21 15:50:50 +00:00

Accept c-string queries.

This commit is contained in:
King_DuckZ 2017-08-19 15:15:43 +01:00
parent e85a900974
commit 42d6ad0eac
2 changed files with 8 additions and 1 deletions

View file

@ -42,6 +42,7 @@ namespace pq {
void connect ( void );
void disconnect ( void );
ResultSet query ( const std::string& parQuery );
ResultSet query ( const char* parQuery );
std::string escaped_literal ( const std::string& parString );
std::string escaped_literal ( boost::string_ref parString );