#include <QueryEngine.h>
◆ QueryEngine() [1/2]
| Xale::Engine::QueryEngine::QueryEngine |
( |
| ) |
|
|
default |
◆ QueryEngine() [2/2]
Constructor of the XaleDB SQL QueryEngine.
- Parameters
-
| parser | a SQL string parser |
| executor | a SQL statement executor |
◆ getResults()
Get the last runned query results.
- Returns
- a ResultSet of the last runned query
◆ getResultsToString()
| std::string Xale::Engine::QueryEngine::getResultsToString |
( |
| ) |
|
Get the last runned query results as a formatted string.
- Returns
- a string representing the last runned query results
◆ run()
| bool Xale::Engine::QueryEngine::run |
( |
std::string | sqlQuery | ) |
|
Run the given string query.
- Parameters
-
| sqlQuery | The SQL string query |
- Returns
- True if the execution run well, False otherwise
The documentation for this class was generated from the following files: