FireDAC.Stan.Param.TFDParam.AsSQLTimeIntervals

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsSQLTimeIntervals[AIndex: Integer]: TFDSQLTimeInterval read GetAsSQLTimeIntervals write SetAsSQLTimeIntervals;

Properties

Type Visibility Source Unit Parent
property public FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParam

Description

Represents an array of TFDSQLTimeInterval values.

The AsSQLTimeIntervals property represents a TFDSQLTimeInterval item of an array-valued TFDParam object with an AIndex index. TFDSQLTimeInterval is a structure defining a date or a time interval.

Setting the AsSQLTimeIntervals property sets the DataType property to ftOraInterval. Please note that ftOraInterval is used as a database agnostic data type, and not as an Oracle specific type. Also note that it may additionally be required to set FDDataType to dtTimeIntervalFull, dtTimeIntervalYM, or dtTimeIntervalDS to specify exact interval type.

See Also