Table of Contents

ISQLGenerator.FindSQLFunction Method

Looks up a custom SQL function registered under the given name.

Syntax

Unit: Aurelius.Sql.Interfaces

function ISQLGenerator.FindSQLFunction(const AFunctionName: string): ISQLFunction; virtual; abstract;

Parameters

<-> Parameter Type Description
const AFunctionName string The name under which the function was registered.

Returns

The ISQLFunction implementation, or nil if no function with that name has been registered.

See also