#include <sql_query.h>
Collaboration diagram for mysqlpp::SQLQueryParms:
Public Methods | |
void | clear () |
Clears the list. | |
SQLString & | operator[] (size_type n) |
Access element number n. | |
const SQLString & | operator[] (size_type n) const |
Access element number n. | |
SQLString & | operator[] (const char *str) |
Access the value of the element with a key of str. | |
const SQLString & | operator[] (const char *str) const |
Access the value of the element with a key of str. | |
SQLQueryParms & | operator<< (const SQLString &str) |
Adds an element to the list. | |
SQLQueryParms & | operator+= (const SQLString &str) |
Adds an element to the list. | |
void | set (ss a) |
Set the template query parameters. |
|
Set the template query parameters. Sets element 0 to a, element 1 to b, etc. May specify up to a dozen parameters. |