Table of Contents

ISQLGenerator.DefineColumnType Method

Resolves and sets the database-specific DataType string on the column descriptor, applying any necessary field-type substitutions for the target engine.

Syntax

Unit: Aurelius.Sql.Interfaces

procedure ISQLGenerator.DefineColumnType(Column: TColumnMetadata); virtual; abstract;

Parameters

<-> Parameter Type Description
Column TColumnMetadata The column descriptor to update. On return, its DataType property is set to the dialect-specific type name.

See also