#include <FBwDateField.h>
Inheritance diagram for fbwrap::FBwDateField:

Public Methods | |
| FBwDateField (string pname) | |
| Constructor. | |
| FBwDateField (const FBwDateField &f) | |
| Copy Constructor. | |
| virtual void | BindPtr (char **p) |
| binds a pointer to database data | |
| virtual void | ConvertStoV () |
| Converts database representation of date to FBwDate. | |
| virtual void | ConvertVtoS () |
| Converts FBwDate to database representation of date. | |
| virtual string | AsString () const |
| Current value of field as string. | |
| virtual FBwDate | AsDate () const |
| Current value of field. | |
| virtual FBwDateTime | AsDateTime () const |
| Current value of field as FBwDateTime value. | |
| virtual void | SetAsString (const string &s) |
| Sets value of field from string value. | |
| virtual void | SetAsDate (const FBwDate &d) |
| Sets value of field. | |
| virtual void | SetAsDateTime (const FBwDateTime &dt) |
| Sets value of field from FBwDateTime value. | |
| std::ostream & | DisplayText (std::ostream &o) const |
| Puts formated Date value on stream. | |
| FBwField * | Clone () const |
| Creates a copy of this field. | |
| virtual | ~FBwDateField () |
| Destructor. | |
Protected Methods | |
| virtual void * | GetPtr () |
| virtual void | bCopy (FBwField *fld) |
| virtual int | ByteSize () const |
| size of type | |
|
|
Constructor.
|
|
|
binds a pointer to database data
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. |
1.2.17