Inherits from Wombat::MamdaQuery
| Name | |
|---|---|
| MamdaContainsQuery(const char * field, const char * item) | |
| MamdaContainsQuery(const char * field, const double item) | |
| MamdaContainsQuery(const char * field, int item) | |
| bool | addItem(const char * item) |
| bool | addItem(double item) |
| bool | addItem(int item) |
| bool | addItem(bool item) |
| virtual bool | getXML(char * result) |
| virtual int | getDepth() |
Public Functions inherited from Wombat::MamdaQuery
| Name | |
|---|---|
| bool | getQuery(char *& result) |
| void | setSubscriptionInfo(MamdaSubscription * subscInfo) |
| MamdaSubscription * | getSubscriptionInfo() |
Protected Functions inherited from Wombat::MamdaQuery
| Name | |
|---|---|
| MamdaQuery() |
MamdaContainsQuery(
const char * field,
const char * item
)
MamdaContainsQuery(
const char * field,
const double item
)
MamdaContainsQuery(
const char * field,
int item
)
bool addItem(
const char * item
)
bool addItem(
double item
)
bool addItem(
int item
)
bool addItem(
bool item
)
virtual bool getXML(
char * result
)
Reimplements: Wombat::MamdaQuery::getXML
virtual int getDepth()
Reimplements: Wombat::MamdaQuery::getDepth
Updated on 2023-03-31 at 15:29:58 +0100