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:
parent
e85a900974
commit
42d6ad0eac
2 changed files with 8 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue