4 #ifndef DJINNI_GENERATED_DATABASECOLUMN_HPP 5 #define DJINNI_GENERATED_DATABASECOLUMN_HPP 10 #include <libcore_export.h> 12 #define LIBCORE_EXPORT 16 namespace ledger {
namespace core {
namespace api {
18 enum class DatabaseValueType;
29 virtual DatabaseValueType
getType() = 0;
31 virtual std::string getName() = 0;
35 #endif //DJINNI_GENERATED_DATABASECOLUMN_HPP virtual DatabaseValueType getType()=0
Definition: DatabaseColumn.hpp:21
Definition: Account.cpp:8