MySQL++  3.3.0
Classes | Functions
sqlstream.h File Reference

Defines a class for building quoted and escaped SQL text. More...

#include "common.h"
#include <sstream>

Go to the source code of this file.

Classes

class  mysqlpp::SQLStream
 A class for building SQL-formatted strings. More...
 

Functions

std::ostream & mysqlpp::operator<< (std::ostream &os, SQLStream &s)
 Insert raw string into the given stream. More...
 

Detailed Description

Defines a class for building quoted and escaped SQL text.

Function Documentation

◆ operator<<()

std::ostream& mysqlpp::operator<< ( std::ostream &  os,
SQLStream s 
)
inline

Insert raw string into the given stream.

This is just syntactic sugar for SQLStream::str(void)