#include <FBwField.h>
Inheritance diagram for fbwrap::FBwIntegerField:

Public Methods | |
| FBwIntegerField (string pName) | |
| FBwIntegerField (const FBwIntegerField &f) | |
| virtual short | AsShort () const |
| Get field value as short. | |
| virtual long | AsInteger () const |
| virtual long long int | AsLongInteger () const |
| virtual double | AsDouble () const |
| Get field value as double. | |
| virtual void | SetAsShort (short pvalue) |
| Set field value from short. | |
| virtual void | SetAsDouble (double pvalue) |
| Set field value from double. | |
| virtual void | SetAsInteger (long pvalue) |
| Set field value from long int. | |
| virtual void | SetAsLongInteger (long long int pvalue) |
| Set field value from long long int. | |
| virtual void | BindPtr (char **p) |
| Method for binding to XSQLVAR. | |
| virtual void | ConvertStoV () |
| Convert from internal representation to c++ type value. | |
| virtual void | ConvertVtoS () |
| virtual string | AsString () const |
| get the value as string without formating | |
| virtual std::ostream & | DisplayText (std::ostream &o) const |
| Put on a stream as a formated string. | |
| virtual void | SetAsString (const string &pvalue) |
| Set field value from string. | |
| FBwField * | Clone () const |
| < Get a field with same underliyng type | |
| virtual | ~FBwIntegerField () |
| virtual int | ByteSize () const |
| size of type | |
Protected Methods | |
| virtual void * | GetPtr () |
| virtual void | bCopy (const FBwField *fld) |
|
|
Get field values as int Get field value as long long int (int64) Reimplemented from fbwrap::FBwField. |
|
|
size of type size in bytes of a buffer capable of holding an internal representation of this field Reimplemented from fbwrap::FBwField. |
|
|
Put on a stream as a formated string.
Reimplemented from fbwrap::FBwField. |
1.2.17