

Public Member Functions | |
| Query (org::xmlBlaster::util::Global &global, const std::string &query="") | |
| Query (const Query &query) | |
| Query & | operator= (const Query &query) |
| std::string | getQuery () |
| void | setPreparedQuery (void *preparedQuery, size_t size) |
| void * | getPreparedQuery () |
| std::string | toString () |
Definition at line 25 of file Query.h.
| org::xmlBlaster::util::qos::Query::Query | ( | org::xmlBlaster::util::Global & | global, | |
| const std::string & | query = "" | |||
| ) |
| org::xmlBlaster::util::qos::Query::Query | ( | const Query & | query | ) |
| void org::xmlBlaster::util::qos::Query::setPreparedQuery | ( | void * | preparedQuery, | |
| size_t | size | |||
| ) |
| void * org::xmlBlaster::util::qos::Query::getPreparedQuery | ( | ) |