TDABlobType
Overview
The TDABlobType enumeration defines the different BLOB (Binary Large Object) types supported by Data Abstract.
Location
- Unit: uDACore.pas
| Value | Description |
|---|---|
| dabtBlob | Standard BLOB |
| dabtGraphic | Image BLOB |
| dabtMemo | Text-BLOB |
| dabtOraBlob | Oracle BLOB |
| dabtOraClob | Oracle CLOB |
| dabtTimestamp | TimeStamp BLOB |
| dabtTypedBinary | Typed BLOB |
| dabtUnknown | Unknown or unspecified BLOB |