ANNA Suite
2020b
Multipurpose development suite for Telco applications
|
#include <Integer.hpp>
Public Member Functions | |
Integer (const bool isNulleable=false) | |
Integer (const Integer &other) | |
int | getValue () const |
Integer & | operator= (const int i) |
Integer & | operator= (const Integer &other) |
operator int () const | |
std::string | asString () const |
![]() | |
int | getMaxSize () const |
Type::_v | getType () const |
void * | getBuffer () |
bool | isNull () const |
bool | isNulleable () const |
void | setNull (const bool isNull) |
void | clear () |
Additional Inherited Members | |
![]() | |
Data (const Type::_v type, const int maxSize, const bool isNulleable) | |
Data (const Data &other) | |
void | setBuffer (void *buffer) |
Cadena usada como entrada y/o salida de las sentencias SQL.
|
inlineexplicit |
Constructor.
isNulleable | Indica si el dato puede tomar valores nulos |
|
inline |
Constructor copia.
other | Instancia de la que copiar. |
|
virtual |
Devuelve una cadena con la informacion referente a esta instancia.
Reimplemented from anna::dbms::Data.
|
inline |
|
inline |
|
inline |
Operador de asignacin entero.
i | Valor entero a asignar. |
Operador copia.
other | Instancia de la que copiar. |