Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

fbwrap::FBwShortField Class Reference

Short Int Field. More...

#include <FBwField.h>

Inheritance diagram for fbwrap::FBwShortField:

fbwrap::FBwField List of all members.

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)

Detailed Description

Short Int Field.


The documentation for this class was generated from the following files:
Generated on Fri Jan 31 08:30:05 2003 for fbwrap by doxygen1.2.17