Table of Contents

IDBRawStatement Interface

Extends IDBStatement with low-level query execution that returns raw binary field data and exposes column metadata.

Syntax

Unit: Aurelius.Drivers.Interfaces

IDBRawStatement = interface(IDBStatement);

Methods

Name Description
ExecuteRawQuery Executes the SQL SELECT statement and returns a raw binary result set.
GetFieldDefs Returns the column metadata for the result set produced by this statement.