9 #ifndef anna_dbms_Integer_hpp 10 #define anna_dbms_Integer_hpp 39 a_value(other.a_value) {
70 a_value = other.a_value;
80 operator int ()
const {
return a_value; }
91 void do_clear() { a_value = 0; }
bool isNull() const
Definition: Data.hpp:62
void setBuffer(void *buffer)
Definition: Data.hpp:131
Integer & operator=(const int i)
Definition: Integer.hpp:54
std::string asString() const
Integer(const bool isNulleable=false)
Definition: Integer.hpp:27
Integer(const Integer &other)
Definition: Integer.hpp:37
Definition: Integer.hpp:21
void setNull(const bool isNull)
Definition: Data.hpp:76
bool isNulleable() const
Definition: Data.hpp:68
int getValue() const
Definition: Integer.hpp:47