#include <cQuery.h>
Inheritance diagram for Query:
Public Member Functions | |
Query (const char *const a_where=NULL, const char *const a_order_by=NULL) | |
Query (const QueRefProto &X) | |
Query (const Query &X) | |
virtual | ~Query () |
virtual char * | Where () const |
virtual bool | Where (const char *const a_where) |
virtual char * | OrderBy () const |
virtual bool | OrderBy (const char *const a_order_by) |
Query & | Not () |
Query & | Or (const QueRefProto &Q) |
Query & | And (const QueRefProto &Q) |
Query & | operator= (const QueRefProto &X) |
Query & | operator= (const Query &X) |
Protected Member Functions | |
virtual char * | _Where () const |
virtual char * | _OrderBy () const |
Protected Attributes | |
char * | _where |
char * | _order_by |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements QueRefProto. |
|
Implements QueRefProto. |
|
|
|
|