4 #ifndef DJINNI_GENERATED_DATABASERESULTSET_HPP 5 #define DJINNI_GENERATED_DATABASERESULTSET_HPP 11 #include <libcore_export.h> 13 #define LIBCORE_EXPORT 17 namespace ledger {
namespace core {
namespace api {
20 class DatabaseResultRow;
34 virtual std::shared_ptr<DatabaseResultRow>
getRow() = 0;
55 virtual void next() = 0;
58 virtual void close() = 0;
61 virtual std::shared_ptr<DatabaseError>
getError() = 0;
65 #endif //DJINNI_GENERATED_DATABASERESULTSET_HPP virtual std::shared_ptr< DatabaseResultRow > getRow()=0
Definition: DatabaseResultSet.hpp:26
virtual int32_t available()=0
virtual std::shared_ptr< DatabaseError > getError()=0
virtual int32_t getUpdateCount()=0
Definition: Account.cpp:8