| Item | Description |
| BlobDirectExport() | Exports the contents of a binary large object (BLOB) to a file. |
| BlobDirectGet() | Loads data of a binary large object (BLOB) into memory. |
| BlobDirectImport() | Imports a file into a binary large object (BLOB). |
| BlobDirectPut() | Assigns data to a binary large object (BLOB). |
| BlobExport() | Exports the contents of a memo field holding a binary large object (BLOB) to a file. |
| BlobGet() | Reads the contents of a memo field holding a binary large object (BLOB). |
| BlobImport() | Imports a file into a memo field. |
| BlobRootDelete() | Deleted the root area of a BLOB file. |
| BlobRootGet() | Retrieves data from the root area of a BLOB file. |
| BlobRootLock() | Places a lock on the root area of a BLOB file. |
| BlobRootPut() | Stores data in the root area of a BLOB file. |
| BlobRootUnlock() | Releases the lock on the root area of a BLOB file. |