IDBRawResultSet Interface
Extends IDBResultSet3 with low-level access to raw binary field data.
Syntax
Unit: Aurelius.Drivers.Interfaces
IDBRawResultSet = interface(IDBResultSet3);
Methods
| Name | Description |
|---|---|
| GetFieldData | Returns a pointer to the raw binary data of the field at the specified index. |
| GetFieldDataSize | Returns the size in bytes of the raw binary data of the field at the specified index. |