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

fbwrap::FBwFloatField Class Reference

Float Field. More...

#include <FBwNumField.h>

Inheritance diagram for fbwrap::FBwFloatField:

fbwrap::FBwNumField fbwrap::FBwField List of all members.

Public Methods

 FBwFloatField (string pName)
 FBwFloatField implementation.

 FBwFloatField (const FBwFloatField &f)
 Copy constructor.

virtual short AsShort () const
 Get field value as short.

virtual long AsInteger () const
 Get field value as long int.

virtual long long int AsLongInteger () const
 Get field value as long long int.

virtual double AsDouble () const
 Get field value as double.

virtual void SetAsShort (short pvalue)
 Set field value from short.

virtual void SetAsInteger (long pvalue)
 Set field value from long int.

virtual void SetAsString (const string &pvalue)
 Set field value from string.

virtual void SetAsLongInteger (long long int pvalue)
 Set field value from long long int.

virtual void SetAsDouble (double pvalue)
 Set field value from double.

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.

FBwFieldClone () const
 < Get a field with same underliyng type

virtual void bCopy (const FBwField *f)
virtual ~FBwFloatField ()

Protected Methods

virtual void * GetPtr ()
virtual int ByteSize ()

Detailed Description

Float Field.


Constructor & Destructor Documentation

fbwrap::FBwFloatField::FBwFloatField string    pName
 

FBwFloatField implementation.

Parameters:
pName:  field name


Member Function Documentation

std::ostream & fbwrap::FBwFloatField::DisplayText std::ostream &    o const [virtual]
 

Put on a stream as a formated string.

Parameters:
o:  output stream

Reimplemented from fbwrap::FBwField.


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