Table of Contents

ISQLGenerator.GenerateInsert Method

Generates an INSERT SQL statement from the given command descriptor.

Syntax

Unit: Aurelius.Sql.Interfaces

function ISQLGenerator.GenerateInsert(Command: TInsertCommand): string; virtual; abstract;

Parameters

<-> Parameter Type Description
Command TInsertCommand The command object describing the target table and the fields and parameter placeholders to insert.

Returns

The complete INSERT statement as a SQL string.

See also