#include <ISQLiteDBSvc.h>
Definition at line 17 of file ISQLiteDBSvc.h.
◆ createStatement()
virtual SQLite::Statement ISQLiteDBSvc::createStatement |
( |
std::string_view |
statement, |
|
|
std::source_location |
call = std::source_location::current() |
|
) |
| |
|
pure virtual |
Compile a prepared statement attached to this database.
The service will manage the statement object and delete it in its destructor.
- Parameters
-
[in] | statement | SQL statement to be compiled |
◆ DeclareInterfaceID()
The documentation for this class was generated from the following file: