LiteSQL  0.3.10
Public Member Functions | List of all members
litesql::SelectQuery Class Reference

a class that helps creating SELECT-SQL statements. More...

#include <selectquery.hpp>

Public Member Functions

SelectQuerydistinct (bool d)
 
SelectQuerylimit (int value)
 
SelectQueryoffset (int value)
 
SelectQueryresult (std::string r)
 
SelectQueryclearResults ()
 
SelectQuerysource (std::string s, std::string alias="")
 
SelectQuerywhere (const Expr &w)
 
SelectQuerywhere (std::string w)
 
SelectQuerygroupBy (std::string gb)
 
SelectQueryhaving (const Expr &h)
 
SelectQueryhaving (std::string h)
 
SelectQueryorderBy (std::string ob, bool ascending=true)
 
 operator std::string () const
 
std::string asString () const
 

Detailed Description

a class that helps creating SELECT-SQL statements.

methods are self-explanatory.


The documentation for this class was generated from the following files:

SourceForge.net Logo