![]() |
ATLAS Offline Software
|
#include <ISQLiteDBSvc.h>
Public Member Functions | |
| DeclareInterfaceID (ISQLiteDBSvc, 1, 0) | |
| virtual SQLite::Statement | createStatement (std::string_view statement, std::source_location call=std::source_location::current())=0 |
| Compile a prepared statement attached to this database. | |
Definition at line 17 of file ISQLiteDBSvc.h.
|
pure virtual |
Compile a prepared statement attached to this database.
The service will manage the statement object and delete it in its destructor.
| [in] | statement | SQL statement to be compiled |
| ISQLiteDBSvc::DeclareInterfaceID | ( | ISQLiteDBSvc | , |
| 1 | , | ||
| 0 | ) |