IDBResultSet Interface
Represents a forward-only result set returned by a SQL query execution.
Remarks
Advance through rows by calling Next before reading each row.
Field values are retrieved by zero-based index or by field name.
Syntax
Unit: Aurelius.Drivers.Interfaces
IDBResultSet = interface(IInterface);
Methods
| Name | Description |
|---|---|
| GetFieldValue | Overloaded GetFieldValue(Integer) GetFieldValue(string) |
| Next | Advances the cursor to the next row. |