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

fbwrap::FBwIntegerField Class Reference

Integer Field. More...

#include <FBwField.h>

Inheritance diagram for fbwrap::FBwIntegerField:

fbwrap::FBwField List of all members.

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.

FBwFieldClone () 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)

Detailed Description

Integer Field.


Member Function Documentation

virtual long fbwrap::FBwIntegerField::AsInteger   const [inline, virtual]
 

Get field values as int Get field value as long long int (int64)

Reimplemented from fbwrap::FBwField.

virtual int fbwrap::FBwIntegerField::ByteSize   const [inline, virtual]
 

size of type

size in bytes of a buffer capable of holding an internal representation of this field

Reimplemented from fbwrap::FBwField.

std::ostream & fbwrap::FBwIntegerField::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:04 2003 for fbwrap by doxygen1.2.17