Table of Contents

IDBParamsStatement Interface

Extends IDBStatement to allow binding parameters using a TParams collection from the VCL DB framework.

Syntax

Unit: Aurelius.Drivers.Interfaces

IDBParamsStatement = interface(IDBStatement);

Methods

Name Description
SetParams Binds the parameter values from a TParams collection to the statement.