4 #ifndef DJINNI_GENERATED_DATABASERESULTROW_HPP 5 #define DJINNI_GENERATED_DATABASERESULTROW_HPP 10 #ifndef LIBCORE_EXPORT 12 #include <libcore_export.h> 14 #define LIBCORE_EXPORT 18 namespace ledger {
namespace core {
namespace api {
82 virtual std::shared_ptr<DatabaseBlob>
getBlobByPos(int32_t pos) = 0;
86 #endif //DJINNI_GENERATED_DATABASERESULTROW_HPP Definition: DatabaseResultRow.hpp:26
virtual int32_t getIntByPos(int32_t pos)=0
virtual float getFloatByPos(int32_t pos)=0
virtual std::string getColumnName(int32_t pos)=0
virtual int16_t getShortByPos(int32_t pos)=0
virtual double getDoubleByPos(int32_t pos)=0
virtual std::string getStringByPos(int32_t pos)=0
virtual bool isNullAtPos(int32_t pos)=0
virtual std::shared_ptr< DatabaseBlob > getBlobByPos(int32_t pos)=0
Definition: Account.cpp:8
virtual int64_t getLongByPos(int32_t pos)=0