#include <flaim.h>
Public Member Functions | |
virtual RCODE | referenceFile (HFDB hDb, const char *pszFilePath, FLMBOOL bOwned=FALSE)=0 |
Setup the blob object to reference an external file. | |
virtual FLMINT | compareFileName (const char *pszFileName)=0 |
Compare the file name refered to by the BLOB object with the passed in file name. | |
virtual RCODE | buildFileName (char *pszFileName)=0 |
Return the file name referred to by the BLOB object. |
Currently, FLAIM only supports referencing of external files. BLOB data is not actually stored "in" the database.
|
Return the file name referred to by the BLOB object.
|
|
Compare the file name refered to by the BLOB object with the passed in file name. Will return zero if the file names are equal, non-zero otherwise.
|
|
Setup the blob object to reference an external file.
|