Table of Contents

ISQLGenerator.GenerateUpdate Method

Generates an UPDATE SQL statement from the given command descriptor.

Syntax

Unit: Aurelius.Sql.Interfaces

function ISQLGenerator.GenerateUpdate(Command: TUpdateCommand): string; virtual; abstract;

Parameters

<-> Parameter Type Description
Command TUpdateCommand The command object describing the target table, the fields to update, and the WHERE conditions.

Returns

The complete UPDATE statement as a SQL string.

See also