|
xale-db 1.0
minimal SQL engine, written in c++
|
Interface for executing SQL statements and returning results. More...
#include <IExecutor.h>


Public Member Functions | |
| virtual | ~IExecutor ()=default |
| virtual std::unique_ptr< Xale::DataStructure::ResultSet > | execute (Xale::Query::Statement *statement)=0 |
| Executes a given SQL statement and returns the result set. | |
Interface for executing SQL statements and returning results.
|
virtualdefault |
|
pure virtual |
Executes a given SQL statement and returns the result set.
| statement | Pointer to the SQL statement to be executed. |
Implemented in Xale::Execution::BasicExecutor.