4 #ifndef DJINNI_GENERATED_DATABASEENGINE_HPP 5 #define DJINNI_GENERATED_DATABASEENGINE_HPP 10 #ifndef LIBCORE_EXPORT 12 #include <libcore_export.h> 14 #define LIBCORE_EXPORT 18 namespace ledger {
namespace core {
namespace api {
20 class DatabaseConnectionPool;
32 virtual std::shared_ptr<DatabaseConnectionPool>
connect(
const std::string & databaseName) = 0;
42 #endif //DJINNI_GENERATED_DATABASEENGINE_HPP Definition: DatabaseEngine.hpp:23
Definition: Account.cpp:8
virtual std::shared_ptr< DatabaseConnectionPool > connect(const std::string &databaseName)=0
virtual int32_t getPoolSize()=0