#include "Product.h"
#include "Database.h"
Defines | |
#define | SQL_CATALOG_PROXY "SELECT pid FROM catalogue " |
#define | SQL_PRODUCT_PROXY "SELECT * FROM products WHERE pid = " |
Functions | |
ostream & | operator<< (ostream &aStream, Product &p) |
ostream & | operator<< (ostream &aStream, ProductProxy &pp) |
#define SQL_CATALOG_PROXY "SELECT pid FROM catalogue " |
Referenced by ProductProxy::catalog().
#define SQL_PRODUCT_PROXY "SELECT * FROM products WHERE pid = " |
Referenced by ProductProxy::getProduct(), and Product::productByID().
ostream& operator<< | ( | ostream & | aStream, | |
ProductProxy & | pp | |||
) |
References ProductProxy::getProduct().
ostream& operator<< | ( | ostream & | aStream, | |
Product & | p | |||
) |