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

Public Methods | |
| FBwBlobField (string pName, FBwDb *pdb) | |
| Constructor. | |
| FBwBlobField (string pName, FBwDb *pdb, string Tabla) | |
| Constructor with field info. | |
| FBwBlobField (const FBwBlobField &f) | |
| Copy Constructor. | |
| virtual void | ConvertStoV () |
| Convert from internal representation to c++ type value. | |
| virtual void | ConvertVtoS () |
| virtual void | BindPtr (char **p) |
| Method for binding to XSQLVAR. | |
| virtual string | AsString () const |
| Return blob as string. | |
| virtual void | SetAsString (const string &pvalue) |
| Set blob as string. | |
| FBwField * | Clone () const |
| < Get a field with same underliyng type | |
| virtual | ~FBwBlobField () |
| virtual int | ByteSize () const |
| size of type | |
Protected Methods | |
| virtual void | bCopy (const FBwField *fld) |
| virtual void * | GetPtr () |
Protected Attributes | |
| FBwBlob | blb |
|
|
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