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

Public Methods | |
| FBwShortField (string pName) | |
| Short Field constructor. | |
| FBwShortField (const FBwShortField &f) | |
| Short Field copy constructor. | |
| virtual short | AsShort () const |
| Return value as short. | |
| virtual std::ostream & | DisplayText (std::ostream &o) const |
| Formatted value. | |
| virtual long | AsInteger () const |
| Return value as int. | |
| virtual double | AsDouble () const |
| Return value as double. | |
| virtual string | AsString () const |
| Return values as string. | |
| virtual void | SetAsShort (short pvalue) |
| Set value as short. | |
| virtual void | SetAsInteger (long pvalue) |
| Set value as long int. | |
| virtual void | SetAsLongInteger (long long int pvalue) |
| Set value as long long int. | |
| virtual void | SetAsDouble (double pvalue) |
| Set value as double. | |
| virtual void | SetAsString (const string &s) |
| Set value as string. | |
| virtual void | BindPtr (char **p) |
| Method for binding to XSQLVAR. | |
| short & | Value () |
| virtual void | ConvertStoV () |
| Convert from internal representation to c++ type value. | |
| virtual void | ConvertVtoS () |
| virtual FBwShortField * | Clone () const |
| Get a new field with same properties. | |
| virtual | ~FBwShortField () |
| Destructor. | |
| virtual int | ByteSize () const |
| Size of field in bytes. | |
Protected Methods | |
| virtual void * | GetPtr () |
| virtual void | bCopy (const FBwField *fld) |
1.2.17