Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

mysqlpp::SQLQueryParms Class Reference

This class holds the parameter values for filling template queries. More...

#include <sql_query.h>

Collaboration diagram for mysqlpp::SQLQueryParms:

Collaboration graph
[legend]
List of all members.

Public Methods

void clear ()
 Clears the list.

SQLStringoperator[] (size_type n)
 Access element number n.

const SQLStringoperator[] (size_type n) const
 Access element number n.

SQLStringoperator[] (const char *str)
 Access the value of the element with a key of str.

const SQLStringoperator[] (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.


Detailed Description

This class holds the parameter values for filling template queries.


Member Function Documentation

void mysqlpp::SQLQueryParms::set ss    a [inline]
 

Set the template query parameters.

Sets element 0 to a, element 1 to b, etc. May specify up to a dozen parameters.


The documentation for this class was generated from the following files:
Generated on Thu May 5 05:31:34 2005 for MySQL++ by doxygen1.2.18