27 #if !defined(MYSQLPP_SQLSTREAM_H)
28 #define MYSQLPP_SQLSTREAM_H
36 #if !defined(DOXYGEN_IGNORE)
38 class MYSQLPP_EXPORT Connection;
46 public std::ostringstream
74 size_t escape_string(std::string* ps,
const char* original = 0,
75 size_t length = 0)
const;
98 size_t escape_string(
char* escaped,
const char* original,
112 inline std::ostream& operator <<(std::ostream& os,
SQLStream& s)
114 return os << s.str();
Manages the connection to the database server.
Definition: connection.h:60
A class for building SQL-formatted strings.
Definition: sqlstream.h:47
Connection * conn_
Connection to send queries through.
Definition: sqlstream.h:105
This file includes top-level definitions for use both internal to the library, and outside it....