FireDAC.Comp.DataSet.TFDSQLTimeIntervalField

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TFieldSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDSQLTimeIntervalField
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: FireDAC.Comp.DataSet

Delphi

TFDSQLTimeIntervalField = class(TField)

C++

class PASCALIMPLEMENTATION TFDSQLTimeIntervalField : public Data::Db::TField

Description

TFDSQLTimeIntervalField represents a time interval field in a dataset.

TFDSQLTimeIntervalField encapsulates the fundamental behavior common to fields that contain SQL time interval data. The time interval data in most of the DBMSs is represented by the INTERVAL YEAR TO MONTH or INTERVAL DAY TO SECOND SQL data types.

TFDSQLTimeIntervalField corresponds to the following data types:

  • Delphi 2006 and higher - ftOraInterval
  • Delphi 2005 or less - ftParadoxOle

These two data types are synonyms for FireDAC.

See Also