Patch level : 12.0 no patch
Files correlati : Commento : Aggiunti metodo full git-svn-id: svn://10.65.10.50/branches/R_10_00@23338 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
8923853d53
commit
03114146c7
@ -242,6 +242,9 @@ public:
|
||||
// @cmember Ritorna se il record non e' vuoto
|
||||
bool not_empty() const
|
||||
{return !_isempty;}
|
||||
// @cmember Ritorna se il record non e' vuoto
|
||||
bool full() const
|
||||
{return not_empty();}
|
||||
// @cmember Ritorna se il record non e'cancellato
|
||||
bool valid() const
|
||||
{return _rec[0] == ' ';}
|
||||
@ -506,12 +509,6 @@ public:
|
||||
void put(const char* fieldname, const TCurrency& val)
|
||||
{ curr().put(fieldname, val);}
|
||||
|
||||
#ifdef __LONGDOUBLE__
|
||||
// @cmember Setta il contenuto del campo <p fieldname> in formato reale
|
||||
void put(const char* fieldname, long double val)
|
||||
{ curr().put(fieldname, real(val)); }
|
||||
#endif
|
||||
|
||||
// @cmember Setta il contenuto del campo <p fieldname> (non tipizzata)
|
||||
void put(const char* fieldname, const char* val)
|
||||
{ curr().put(fieldname, val);}
|
||||
|
Loading…
x
Reference in New Issue
Block a user